mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 03:57:40 +02:00
multi: enhance logging around channel reestablishment
This commit is contained in:
@@ -2009,7 +2009,8 @@ func messageSummary(msg lnwire.Message) string {
|
||||
msg.ChanID, int64(msg.FeePerKw))
|
||||
|
||||
case *lnwire.ChannelReestablish:
|
||||
return fmt.Sprintf("next_local_height=%v, remote_tail_height=%v",
|
||||
return fmt.Sprintf("chan_id=%v, next_local_height=%v, "+
|
||||
"remote_tail_height=%v", msg.ChanID,
|
||||
msg.NextLocalCommitHeight, msg.RemoteCommitTailHeight)
|
||||
|
||||
case *lnwire.ReplyShortChanIDsEnd:
|
||||
|
Reference in New Issue
Block a user