mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 14:10:35 +02:00
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:
@@ -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[:])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user