Trying to get something working

This commit is contained in:
Carl Lerche
2017-08-10 13:15:40 -07:00
parent 6c962491c6
commit a1b03b7724
7 changed files with 127 additions and 39 deletions

View File

@@ -104,7 +104,7 @@ impl<T, B> Sink for FramedWrite<T, B>
return Ok(AsyncSink::NotReady(item));
}
trace!("send; frame={:?}", item);
debug!("send; frame={:?}", item);
match item {
Frame::Data(mut v) => {