Explorar o código

Merge pull request #2872 from goldmann/runtime_typo

Fix the 'but is not' typo
Guillaume J. Charmes %!s(int64=11) %!d(string=hai) anos
pai
achega
17efa9dc2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      runtime.go

+ 1 - 1
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)