diff --git a/discovery/gossiper.go b/discovery/gossiper.go index 18b603e1b..3b98b4caa 100644 --- a/discovery/gossiper.go +++ b/discovery/gossiper.go @@ -2236,7 +2236,7 @@ func (d *AuthenticatedGossiper) isMsgStale(_ context.Context, } if err != nil { log.Debugf("Unable to retrieve channel=%v from graph: "+ - "%v", chanInfo.ChannelID, err) + "%v", msg.ShortChannelID, err) return false }