mirror of
https://github.com/traefik/traefik.git
synced 2025-05-31 23:25:23 +00:00
fix: invalid placeholder in log message
This commit is contained in:
parent
2a88b25712
commit
9c59df5e9c
@ -252,7 +252,7 @@ func (r *Router) SetHTTPSForwarder(handler tcp.Handler) {
|
||||
Config: tlsConf,
|
||||
})
|
||||
if err != nil {
|
||||
log.WithoutContext().Errorf("Error while adding route for host: %w", err)
|
||||
log.WithoutContext().Errorf("Error while adding route for host: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user