mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 03:57:40 +02:00
multi: add debug logs to catch slow shutdown
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
ba007d9373
commit
66b8700c0b
@@ -136,7 +136,8 @@ func (n *NeutrinoNotifier) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
chainntnfs.Log.Info("neutrino notifier shutting down")
|
||||
chainntnfs.Log.Info("neutrino notifier shutting down...")
|
||||
defer chainntnfs.Log.Debug("neutrino notifier shutdown complete")
|
||||
|
||||
close(n.quit)
|
||||
n.wg.Wait()
|
||||
|
Reference in New Issue
Block a user