From 1ee46e8b0d224ed906a921d2331968094f81e434 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 15 May 2024 15:27:28 -0600 Subject: [PATCH] docs: remove erroneous doc (#803) --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index f59a3344..25e6ae86 100644 --- a/options.go +++ b/options.go @@ -248,7 +248,7 @@ var _ debug.ContextLogger = new(debugLoggerWithoutContext) // WithDebugLogger configures a debug lgoger for reporting on internal // operations. By default the debug logger is disabled. // -// Deprecated: use WithContextDebugLogger instead +// Prefer WithContextDebugLogger instead func WithDebugLogger(l debug.Logger) Option { return func(d *dialerConfig) { d.logger = &debugLoggerWithoutContext{l}