utxonursery: lower shutdown message log level
This commit is contained in:
parent
e61ec3a46d
commit
ff1d1fbaeb
@ -948,7 +948,7 @@ func (u *utxoNursery) waitForTimeoutConf(baby *babyOutput,
|
|||||||
select {
|
select {
|
||||||
case txConfirmation, ok := <-confChan.Confirmed:
|
case txConfirmation, ok := <-confChan.Confirmed:
|
||||||
if !ok {
|
if !ok {
|
||||||
utxnLog.Errorf("Notification chan "+
|
utxnLog.Debugf("Notification chan "+
|
||||||
"closed, can't advance baby output %v",
|
"closed, can't advance baby output %v",
|
||||||
baby.OutPoint())
|
baby.OutPoint())
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user