multi: improve logging

This commit is contained in:
yyforyongyu
2025-03-05 14:22:52 +08:00
parent 66c94cf51f
commit be4c4cc8ff
5 changed files with 17 additions and 2 deletions

View File

@@ -2404,7 +2404,7 @@ func messageSummary(msg lnwire.Message) string {
msg.ID, msg.Reason)
case *lnwire.UpdateFulfillHTLC:
return fmt.Sprintf("chan_id=%v, id=%v, pre_image=%x, "+
return fmt.Sprintf("chan_id=%v, id=%v, preimage=%x, "+
"custom_records=%v", msg.ChanID, msg.ID,
msg.PaymentPreimage[:], msg.CustomRecords)