mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-04-02 01:03:13 +00:00
log improvements
This commit is contained in:
parent
50df73da1b
commit
4362c83a56
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user