Fix problem of good peers is also logged as timed out.

This commit is contained in:
cheatfate 2020-06-03 13:48:01 +03:00
parent 12e28a1fa9
commit 405e9db199
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ proc connectWorker(network: Eth2Node) {.async.} =
errMsg = fut.readError().msg
inc libp2p_failed_dials
network.addSeen(pi)
continue
continue
debug "Connection to remote peer timed out", peer = $pi
inc libp2p_timeout_dials
network.addSeen(pi)