From 7ff3121032a77879d9a6f74d680e5c3f9a254666 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Tue, 11 Jan 2022 20:17:49 +0100 Subject: [PATCH] contractcourt: use "info" log level for messages leading to force-closes [skip ci] --- contractcourt/channel_arbitrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contractcourt/channel_arbitrator.go b/contractcourt/channel_arbitrator.go index cc4c83ba6..7f5d0e8b5 100644 --- a/contractcourt/channel_arbitrator.go +++ b/contractcourt/channel_arbitrator.go @@ -1779,7 +1779,7 @@ func (c *ChannelArbitrator) checkRemoteDanglingActions( continue } - log.Tracef("ChannelArbitrator(%v): immediately failing "+ + log.Infof("ChannelArbitrator(%v): immediately failing "+ "htlc=%x from remote commitment", c.cfg.ChanPoint, htlc.RHash[:])