diff --git a/peer/brontide.go b/peer/brontide.go index 28b3e0dcd..a66618f11 100644 --- a/peer/brontide.go +++ b/peer/brontide.go @@ -1812,7 +1812,7 @@ func newChanMsgStream(p *Brontide, cid lnwire.ChannelID) *msgStream { // If the link is still not active and the calling function // errored out, just return. if chanLink == nil { - p.log.Warnf("Link=%v is not active") + p.log.Warnf("Link=%v is not active", cid) return } }