More logging

This commit is contained in:
Maciej Hirsz 2019-11-06 16:53:07 +01:00
parent 17bac1d90f
commit 69ab55839f
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ impl Decoder for Codec {
Ok(Some(Frame::BeginText(payload)))
}
_ => {
error!("Unfinished fragment {:?}", opcode);
Err(ProtocolError::NoContinuation)
}
};