fix snappy debug message

This commit is contained in:
Jacek Sieka 2020-05-19 09:23:17 +02:00
parent 8432932c11
commit 4359147efc
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ proc readChunkPayload(conn: Connection,
if data.isOk:
return ok SSZ.decode(data.get(), MsgType)
else:
debug "Failed getting snappy frame", msg = $data.error, conn = $conn
debug "Snappy decompression/read failed", msg = $data.error, conn = $conn
return neterr InvalidSnappyBytes
proc readResponseChunk(conn: Connection,