Merge pull request #3497 from joostjager/nursery-err

utxonursery: lower shutdown message log level
This commit is contained in:
Wilmer Paulino 2019-09-14 11:59:56 +03:00 committed by GitHub
commit 35027e52fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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