Skip to content

Commit

Permalink
graph: fix log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Dec 20, 2024
1 parent 48f7842 commit 55a4ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ func (b *Builder) IsStaleNode(node route.Vertex,
// then we know that this is actually a stale announcement.
err := b.assertNodeAnnFreshness(node, timestamp)
if err != nil {
log.Debugf("Checking stale node %x got %v", node, err)
log.Debugf("Checking stale node %v got %v", node, err)
return true
}

Expand Down

0 comments on commit 55a4ab6

Please sign in to comment.