Prechádzať zdrojové kódy

Merge pull request #2872 from goldmann/runtime_typo

Fix the 'but is not' typo
Guillaume J. Charmes 11 rokov pred
rodič
commit
17efa9dc2d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      runtime.go

+ 1 - 1
runtime.go

@@ -159,7 +159,7 @@ func (runtime *Runtime) Register(container *Container) error {
 			return err
 			return err
 		}
 		}
 		if !strings.Contains(string(output), "RUNNING") {
 		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 {
 			if runtime.config.AutoRestart {
 				utils.Debugf("Restarting")
 				utils.Debugf("Restarting")
 				container.State.SetGhost(false)
 				container.State.SetGhost(false)