log improvements

This commit is contained in:
Csaba Kiraly 2022-03-18 11:02:16 +01:00
parent 50df73da1b
commit 4362c83a56
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ proc replaceNode(d: Protocol, n: Node) =
# For now we never remove bootstrap nodes. It might make sense to actually
# do so and to retry them only in case we drop to a really low amount of
# peers in the routing table.
debug "Message request to bootstrap node failed", spr = toURI(n.record)
debug "Message request to bootstrap node failed", src=d.localNode, dst=n
proc waitMessage(d: Protocol, fromNode: Node, reqId: RequestId):