Skip to content

Commit

Permalink
Fix typo in panicOnWarning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored and bep committed Jan 27, 2022
1 parent ff7689c commit c05c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/loggers/loggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (l *logger) Info() *log.Logger {
return l.INFO
}

const panicOnWarningMessage = "Warning trapped. Remvove the --panicOnWarning flag to continue."
const panicOnWarningMessage = "Warning trapped. Remove the --panicOnWarning flag to continue."

func (l *logger) Warnf(format string, v ...interface{}) {
l.WARN.Printf(format, v...)
Expand Down

0 comments on commit c05c99f

Please sign in to comment.