Merge pull request #37542 from kolyshkin/int-msg

integration: fix log message
This commit is contained in:
Sebastiaan van Stijn 2018-07-30 10:31:29 +02:00 committed by GitHub
commit b9bb3bae51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}
}