From 0396220b714813f08190b9c2469a0a621c4e1d64 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Thu, 8 Jul 2021 20:32:42 +0200 Subject: [PATCH] htlcswitch: log amount for failures fixes #5367 --- htlcswitch/link.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htlcswitch/link.go b/htlcswitch/link.go index c133c46e..0cead401 100644 --- a/htlcswitch/link.go +++ b/htlcswitch/link.go @@ -2539,6 +2539,8 @@ func (l *channelLink) processRemoteSettleFails(fwdPkg *channeldb.FwdPkg, }, } + l.log.Debugf("Failed to send %s", pd.Amount) + // If the failure message lacks an HMAC (but includes // the 4 bytes for encoding the message and padding // lengths, then this means that we received it as an