Skip to content

Commit

Permalink
docs: remove erroneous doc (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed May 15, 2024
1 parent 1bc270e commit 1ee46e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1ee46e8

Please sign in to comment.