diff --git a/caddy/setup.go b/caddy/setup.go index c95085ff..8c113541 100644 --- a/caddy/setup.go +++ b/caddy/setup.go @@ -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] }