mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-21 08:10:40 +08:00
tls: Fix format string
This commit is contained in:
parent
c78eb50eb8
commit
6c52368124
@ -59,7 +59,7 @@ func TLS(c *Controller) (middleware.Middleware, error) {
|
||||
return nil, c.ArgErr()
|
||||
}
|
||||
default:
|
||||
return nil, c.Errf("Unknown keyword '%s'")
|
||||
return nil, c.Errf("Unknown keyword '%s'", c.Val())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user