mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-08 22:41:00 +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:
@ -1942,7 +1942,7 @@ func (s *Switch) Stop() error {
|
||||
return errors.New("htlc switch already shutdown")
|
||||
}
|
||||
|
||||
log.Infof("HTLC Switch shutting down")
|
||||
log.Info("HTLC Switch shutting down")
|
||||
|
||||
close(s.quit)
|
||||
|
||||
|
Reference in New Issue
Block a user