1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 12:47:20 +00:00

respawn: Fix broken log message

This commit is contained in:
Darren Shepherd
2015-03-18 05:36:19 -07:00
parent 63a1c50f27
commit dd429b3010

View File

@@ -127,7 +127,7 @@ func execute(line string, wg *sync.WaitGroup) {
}
if !running {
log.Info("%s : not restarting, exiting", line)
log.Infof("%s : not restarting, exiting", line)
break
}