From 9c15322894152095539e41623ef33ec0ebdc6c3f Mon Sep 17 00:00:00 2001 From: Marek Goldmann Date: Tue, 26 Nov 2013 11:18:50 +0100 Subject: [PATCH] Fix the 'but is not' typo. --- runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.go b/runtime.go index 66df7a2489..f58be836bd 100644 --- a/runtime.go +++ b/runtime.go @@ -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)