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…
Reference in New Issue