From 4362c83a5680c2fd877b495d230b47653b0c4677 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Fri, 18 Mar 2022 11:02:16 +0100 Subject: [PATCH] log improvements --- libp2pdht/private/eth/p2p/discoveryv5/protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim index 9cf3d6b..00670fa 100644 --- a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim +++ b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim @@ -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):