Skip to content

Commit db7532c

Browse files
committed
graph: fix log output
1 parent 4d9cd0e commit db7532c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/builder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ func (b *Builder) IsStaleNode(node route.Vertex,
17221722
// then we know that this is actually a stale announcement.
17231723
err := b.assertNodeAnnFreshness(node, timestamp)
17241724
if err != nil {
1725-
log.Debugf("Checking stale node %x got %v", node, err)
1725+
log.Debugf("Checking stale node %v got %v", node, err)
17261726
return true
17271727
}
17281728

0 commit comments

Comments
 (0)