Extra log output

This commit is contained in:
Carl Lerche
2017-08-10 16:13:36 -07:00
parent a61562f6b8
commit 0d61832bf3
3 changed files with 26 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ impl<T> FramedRead<T> {
let kind = head.kind();
trace!(" -> kind={:?}", kind);
let frame = match kind {
Kind::Settings => {
frame::Settings::load(head, &bytes[frame::HEADER_LEN..])?.into()