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:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user