mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 01:36:06 +00:00
log getblocks error
This commit is contained in:
parent
fa1621db46
commit
c810b64ed8
@ -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