mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
multi: add shutdown logs in subservers
This commit adds a simple shutdown to every subserver to assist debugging.
This commit is contained in:
@ -427,7 +427,7 @@ func (s *UtxoSweeper) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Debugf("Sweeper shutting down")
|
||||
log.Info("Sweeper shutting down")
|
||||
|
||||
close(s.quit)
|
||||
s.wg.Wait()
|
||||
|
Reference in New Issue
Block a user