Merge pull request #41 from status-im/bondin-failed-msg

Lower bonding failed msg verbosity
This commit is contained in:
Yuriy Glukhov 2019-04-17 14:32:39 +03:00 committed by GitHub
commit acf43b364d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ proc bond(k: KademliaProtocol, n: Node): Future[bool] {.async.} =
let gotPong = await k.waitPong(n, pid)
if not gotPong:
debug "Bonding failed, didn't receive pong from", n
trace "Bonding failed, didn't receive pong from", n
# Drop the failing node and schedule a populateNotFullBuckets() call to try and
# fill its spot.
k.routing.removeNode(n)