integration: fix log message

The message was mistakenly replaced with a completely different one.

Fixes: cf2ea7613899477

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Upstream-commit: 2c2834ba4d59bb1bbb3efee07c8d3f09445c66b7
Component: engine
This commit is contained in:
Kir Kolyshkin
2018-07-27 11:47:59 +03:00
parent e27a09f4ba
commit 02f7f926ab
@@ -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
}
}