Skip to content

Commit 55a4ab6

Browse files
committed
graph: fix log output
1 parent 48f7842 commit 55a4ab6

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
@@ -1724,7 +1724,7 @@ func (b *Builder) IsStaleNode(node route.Vertex,
17241724
// then we know that this is actually a stale announcement.
17251725
err := b.assertNodeAnnFreshness(node, timestamp)
17261726
if err != nil {
1727-
log.Debugf("Checking stale node %x got %v", node, err)
1727+
log.Debugf("Checking stale node %v got %v", node, err)
17281728
return true
17291729
}
17301730

0 commit comments

Comments
 (0)