mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
multi: add debug logs to catch slow shutdown
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
ba007d9373
commit
66b8700c0b
@@ -319,7 +319,8 @@ func (u *UtxoNursery) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
utxnLog.Infof("UTXO nursery shutting down")
|
||||
utxnLog.Infof("UTXO nursery shutting down...")
|
||||
defer utxnLog.Debug("UTXO nursery shutdown complete")
|
||||
|
||||
close(u.quit)
|
||||
u.wg.Wait()
|
||||
|
Reference in New Issue
Block a user