Also print buffer capacity.

This commit is contained in:
Ray J. Greenwell
2018-09-26 11:52:20 -07:00
parent 2003ed8ae1
commit 2dcdcdb76a
@@ -103,6 +103,7 @@ public class FramedInputStream extends InputStream
log.warning("Problem reading frame", log.warning("Problem reading frame",
"_have", _have, "_have", _have,
"_length (and old limit)", _length, "_length (and old limit)", _length,
"capacity", _buffer.capacity(),
iae); iae);
throw iae; throw iae;
} }