Skip to content

Commit

Permalink
refactor(comment): change the mixed up value
Browse files Browse the repository at this point in the history
change from Warn to Debug in the debug method
  • Loading branch information
vrazdalovschi authored Oct 31, 2020
1 parent 6c17021 commit be52fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/level/level.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func WarnValue() Value { return warnValue }
// InfoValue returns the unique value added to log events by Info.
func InfoValue() Value { return infoValue }

// DebugValue returns the unique value added to log events by Warn.
// DebugValue returns the unique value added to log events by Debug.
func DebugValue() Value { return debugValue }

var (
Expand Down

0 comments on commit be52fc9

Please sign in to comment.