Skip to content

Commit 2436f2c

Browse files
committed
graph: fix log output
1 parent 5d3a988 commit 2436f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ func (b *Builder) IsStaleNode(node route.Vertex,
17171717
// then we know that this is actually a stale announcement.
17181718
err := b.assertNodeAnnFreshness(node, timestamp)
17191719
if err != nil {
1720-
log.Debugf("Checking stale node %x got %v", node, err)
1720+
log.Debugf("Checking stale node %v got %v", node, err)
17211721
return true
17221722
}
17231723

0 commit comments

Comments
 (0)