Skip to content

Commit

Permalink
fixed log formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Mancke committed May 4, 2017
1 parent 38c218b commit a1b77df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caddy/setup.go
Expand Up @@ -34,7 +34,7 @@ func setup(c *caddy.Controller) error {
}

if len(args) == 1 {
logging.Logger.Warn("DEPRECATED: Please set the loing path by parameter login_path and not as directive argument (%v:%v)", c.File(), c.Line())
logging.Logger.Warnf("DEPRECATED: Please set the loing path by parameter login_path and not as directive argument (%v:%v)", c.File(), c.Line())
config.LoginPath = args[0]
}

Expand Down

0 comments on commit a1b77df

Please sign in to comment.