log getblocks error

This commit is contained in:
Jacek Sieka 2020-08-27 10:24:41 +02:00 committed by Mamy Ratsimbazafy
parent 6202ede3d9
commit 2aa9f3e17b
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ proc getBlocks*[A, B](man: SyncManager[A, B], peer: A,
debug "Error, while reading getBlocks response", debug "Error, while reading getBlocks response",
peer = peer, slot = req.slot, count = req.count, peer = peer, slot = req.slot, count = req.count,
step = req.step, peer_speed = peer.netKbps(), step = req.step, peer_speed = peer.netKbps(),
topics = "syncman" topics = "syncman", error = res.error()
result = res result = res
template headAge(): uint64 = template headAge(): uint64 =