mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
sync_protocol.nim: better error message [skip ci]
This commit is contained in:
parent
f8e8dc6c7a
commit
a417edb5ff
@ -229,7 +229,7 @@ proc handleInitialStatus(peer: Peer,
|
||||
# syncing will be interrupted.
|
||||
discard
|
||||
else:
|
||||
error "didn't got objectes in time"
|
||||
error "Did not get any blocks from peer. Aborting sync."
|
||||
break
|
||||
|
||||
except CatchableError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user