mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 00:13:37 +02:00
multi: add logs when subservers are starting
Also unified the log messages.
This commit is contained in:
@@ -490,7 +490,7 @@ func (r *ChannelRouter) Start() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Tracef("Channel Router starting")
|
||||
log.Info("Channel Router starting")
|
||||
|
||||
bestHash, bestHeight, err := r.cfg.Chain.GetBestBlock()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user