mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Small code fix
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -235,7 +235,7 @@ func (c *Container) handleRestartPolicy(ctx context.Context) (restarted bool, er
|
||||
logrus.Debugf("Container %s restart policy trigger: on retry %d (of %d)",
|
||||
c.ID(), c.state.RestartCount, c.config.RestartRetries)
|
||||
} else {
|
||||
logrus.Debugf("Container %s restart policy trigger: retries exhausted")
|
||||
logrus.Debugf("Container %s restart policy trigger: retries exhausted", c.ID())
|
||||
return false, nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user