mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
utxonursery: lower shutdown message log level
This commit is contained in:
parent
e61ec3a46d
commit
ff1d1fbaeb
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ func (u *utxoNursery) waitForTimeoutConf(baby *babyOutput,
|
|||
select {
|
||||
case txConfirmation, ok := <-confChan.Confirmed:
|
||||
if !ok {
|
||||
utxnLog.Errorf("Notification chan "+
|
||||
utxnLog.Debugf("Notification chan "+
|
||||
"closed, can't advance baby output %v",
|
||||
baby.OutPoint())
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue