[#745] node: Add more debug logs on shutdown
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
3d981320c6
commit
b5cadff2c3
4 changed files with 18 additions and 0 deletions
|
@ -117,6 +117,8 @@ func shutdown(c *cfg) {
|
|||
closer()
|
||||
}
|
||||
|
||||
c.log.Debug("waiting for all processes to stop")
|
||||
|
||||
c.wg.Wait()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue