diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 80bb14238..d9658530b 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -114,6 +114,8 @@ you. * [Missing dots in cmd interface](https://github.com/lightningnetwork/lnd/pull/5535). +* [Link channel point logging](https://github.com/lightningnetwork/lnd/pull/5508) + ## Database * [Ensure single writer for legacy diff --git a/htlcswitch/link.go b/htlcswitch/link.go index 9959408e5..eed8ba316 100644 --- a/htlcswitch/link.go +++ b/htlcswitch/link.go @@ -407,7 +407,7 @@ type hodlHtlc struct { func NewChannelLink(cfg ChannelLinkConfig, channel *lnwallet.LightningChannel) ChannelLink { - logPrefix := fmt.Sprintf("ChannelLink(%v):", channel.ShortChanID()) + logPrefix := fmt.Sprintf("ChannelLink(%v):", channel.ChannelPoint()) return &channelLink{ cfg: cfg, diff --git a/lntest/itest/log_error_whitelist.txt b/lntest/itest/log_error_whitelist.txt index 426f10ebd..56ae1a4c9 100644 --- a/lntest/itest/log_error_whitelist.txt +++ b/lntest/itest/log_error_whitelist.txt @@ -100,29 +100,29 @@