mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix typo in panicOnWarning message
This commit is contained in:
parent
ff7689ce02
commit
c05c99f0c5
1 changed files with 1 additions and 1 deletions
|
@ -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...)
|
||||
|
|
Loading…
Reference in a new issue