fix for nim-chronicles-related compile error

This commit is contained in:
Dustin Brody 2018-10-19 09:58:47 -07:00
parent 7828ef0481
commit c085f795b1
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ proc dispatchMessages*(peer: Peer) {.async.} =
try:
await peer.invokeThunk(msgId, msgData)
except RlpError:
error "endind dispatchMessages loop", peer, err = getCurrentExceptionMsg()
error "ending dispatchMessages loop", peer = peer, err = getCurrentExceptionMsg()
await peer.disconnect(BreachOfProtocol)
return