better message
This commit is contained in:
parent
9249c797e7
commit
e25937d7b9
|
@ -63,7 +63,7 @@ public class IncomingDataBuffer {
|
|||
synchronized (cbb) {
|
||||
int pending = cbb.length();
|
||||
if (pending > 0) {
|
||||
logger.error("Unexpected pending data: " + pending + " byte(s)");
|
||||
logger.error("dropPending: Unexpected pending data: " + pending + " byte(s)");
|
||||
byte[] bytes = new byte[pending];
|
||||
cbb.get(bytes);
|
||||
logger.error("data: " + Arrays.toString(bytes));
|
||||
|
|
Loading…
Reference in New Issue