[#745] node: Add more debug logs on shutdown

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-04 17:44:37 +03:00 committed by Alex Vanin
parent 3d981320c6
commit b5cadff2c3
4 changed files with 18 additions and 0 deletions

View file

@ -117,6 +117,8 @@ func shutdown(c *cfg) {
closer()
}
c.log.Debug("waiting for all processes to stop")
c.wg.Wait()
}