mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 02:02:17 +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:
@@ -691,7 +691,7 @@ func (r *ChannelRouter) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Tracef("Channel Router shutting down")
|
||||
log.Info("Channel Router shutting down")
|
||||
|
||||
// Our filtered chain view could've only been started if
|
||||
// AssumeChannelValid isn't present.
|
||||
|
Reference in New Issue
Block a user