contractcourt: use "info" log level for messages leading to force-closes [skip ci]

This commit is contained in:
Carsten Otto
2022-01-11 20:17:49 +01:00
parent d3faef5691
commit 7ff3121032

View File

@@ -1779,7 +1779,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[:])