Merge pull request #37542 from kolyshkin/int-msg
integration: fix log message
This commit is contained in:
commit
b9bb3bae51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue