Merge pull request #37542 from kolyshkin/int-msg

integration: fix log message
Upstream-commit: b9bb3bae5161f931c1dede43c67948c599197f50
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-07-30 10:31:29 +02:00
committed by GitHub

View File

@ -435,7 +435,7 @@ out1:
return err
case <-time.After(20 * time.Second):
// time for stopping jobs and run onShutdown hooks
d.log.Logf("[%s] daemon started", d.id)
d.log.Logf("[%s] daemon stop timeout", d.id)
break out1
}
}