1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix the 'but is not' typo.

This commit is contained in:
Marek Goldmann 2013-11-26 11:18:50 +01:00
parent 06d5e25224
commit 9c15322894

View file

@ -159,7 +159,7 @@ func (runtime *Runtime) Register(container *Container) error {
return err
}
if !strings.Contains(string(output), "RUNNING") {
utils.Debugf("Container %s was supposed to be running be is not.", container.ID)
utils.Debugf("Container %s was supposed to be running but is not.", container.ID)
if runtime.config.AutoRestart {
utils.Debugf("Restarting")
container.State.SetGhost(false)