mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 18:11:08 +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:
@@ -893,7 +893,7 @@ func (c *ChainArbitrator) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Infof("Stopping ChainArbitrator")
|
||||
log.Info("ChainArbitrator shutting down")
|
||||
|
||||
close(c.quit)
|
||||
|
||||
|
Reference in New Issue
Block a user