Skip to content

Commit 14cf937

Browse files
committed
graph: fix log formatting
1 parent 72821da commit 14cf937

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
@@ -1313,7 +1313,7 @@ func (b *Builder) IsStaleNode(ctx context.Context, node route.Vertex,
13131313
// then we know that this is actually a stale announcement.
13141314
err := b.assertNodeAnnFreshness(ctx, node, timestamp)
13151315
if err != nil {
1316-
log.Debugf("Checking stale node %x got %v", node, err)
1316+
log.Debugf("Checking stale node %s got %v", node, err)
13171317
return true
13181318
}
13191319

0 commit comments

Comments
 (0)