Merge pull request #6151 from C-Otto/force-close-logging

contractcourt: use "info" log level for messages leading to force-clo…
This commit is contained in:
Olaoluwa Osuntokun
2022-01-20 16:59:26 -08:00
committed by GitHub

View File

@@ -1781,7 +1781,7 @@ func (c *ChannelArbitrator) checkRemoteDanglingActions(
continue continue
} }
log.Tracef("ChannelArbitrator(%v): immediately failing "+ log.Infof("ChannelArbitrator(%v): immediately failing "+
"htlc=%x from remote commitment", "htlc=%x from remote commitment",
c.cfg.ChanPoint, htlc.RHash[:]) c.cfg.ChanPoint, htlc.RHash[:])