mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 23:04:26 +00:00
log getblocks error
This commit is contained in:
parent
6202ede3d9
commit
2aa9f3e17b
@ -633,7 +633,7 @@ proc getBlocks*[A, B](man: SyncManager[A, B], peer: A,
|
||||
debug "Error, while reading getBlocks response",
|
||||
peer = peer, slot = req.slot, count = req.count,
|
||||
step = req.step, peer_speed = peer.netKbps(),
|
||||
topics = "syncman"
|
||||
topics = "syncman", error = res.error()
|
||||
result = res
|
||||
|
||||
template headAge(): uint64 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user