htlcswitch: increase logs

This commit is contained in:
ziggie 2024-10-31 17:35:27 +01:00
parent 8311bc56e5
commit cfa073e6ec
No known key found for this signature in database
GPG Key ID: 1AFF9C4DCED6D666

View File

@ -3793,7 +3793,8 @@ func (l *channelLink) processExitHop(add lnwire.UpdateAddHTLC,
// ADD, nor will we settle the corresponding invoice or respond with the
// preimage.
if l.cfg.HodlMask.Active(hodl.ExitSettle) {
l.log.Warnf(hodl.ExitSettle.Warning())
l.log.Warnf("%s for htlc(rhash=%x,htlcIndex=%v)",
hodl.ExitSettle.Warning(), add.PaymentHash, add.ID)
return nil
}