fix: handle %s correctly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9bdb07463c
commit
1245827dff
@ -96,7 +96,7 @@ func checkErrors(c *cli.Context, cl *dockerClient.Client, app config.App) error
|
|||||||
}
|
}
|
||||||
|
|
||||||
if containerState.State.Error != "" {
|
if containerState.State.Error != "" {
|
||||||
logrus.Warnf("%s reports this error: ", containerState.State.Error)
|
logrus.Warnf("%s reports this error: %s", service.Name, containerState.State.Error)
|
||||||
}
|
}
|
||||||
|
|
||||||
if containerState.State.Health != nil {
|
if containerState.State.Health != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user