diff --git a/peer.go b/peer.go index 613e54bd..5305ff03 100644 --- a/peer.go +++ b/peer.go @@ -803,7 +803,7 @@ func messageSummary(msg lnwire.Message) string { msg.ChanID, msg.ID, msg.Amount, msg.Expiry, msg.PaymentHash[:]) case *lnwire.UpdateFailHTLC: - return fmt.Sprintf("chan_id=%v, id=%v, reason=%v", msg.ChanID, + return fmt.Sprintf("chan_id=%v, id=%v, reason=%x", msg.ChanID, msg.ID, msg.Reason) case *lnwire.UpdateFufillHTLC: