mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
multi: improve loggings
This commit is contained in:
@@ -794,7 +794,7 @@ func (u *UtxoNursery) graduateClass(classHeight uint32) error {
|
||||
return err
|
||||
}
|
||||
|
||||
utxnLog.Infof("Attempting to graduate height=%v: num_kids=%v, "+
|
||||
utxnLog.Debugf("Attempting to graduate height=%v: num_kids=%v, "+
|
||||
"num_babies=%v", classHeight, len(kgtnOutputs), len(cribOutputs))
|
||||
|
||||
// Offer the outputs to the sweeper and set up notifications that will
|
||||
|
Reference in New Issue
Block a user