Skip to content

Commit 8147bb6

Browse files
authored
Merge pull request #10009 from ellemouton/fixLogLinePanic
discovery: fix log line panic
2 parents e54206f + 25daf25 commit 8147bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/gossiper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@ func (d *AuthenticatedGossiper) isMsgStale(_ context.Context,
22362236
}
22372237
if err != nil {
22382238
log.Debugf("Unable to retrieve channel=%v from graph: "+
2239-
"%v", chanInfo.ChannelID, err)
2239+
"%v", msg.ShortChannelID, err)
22402240
return false
22412241
}
22422242

0 commit comments

Comments
 (0)