graph: fix log formatting

This commit is contained in:
Elle Mouton
2025-10-06 10:59:25 +02:00
parent 72821da11c
commit 14cf937419

View File

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