mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
multi: add logs when subservers are starting
Also unified the log messages.
This commit is contained in:
@@ -241,7 +241,7 @@ func (u *UtxoNursery) Start() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
utxnLog.Tracef("Starting UTXO nursery")
|
||||
utxnLog.Info("UTXO nursery starting")
|
||||
|
||||
// Retrieve the currently best known block. This is needed to have the
|
||||
// state machine catch up with the blocks we missed when we were down.
|
||||
|
Reference in New Issue
Block a user