better message

This commit is contained in:
rusEfi 2018-01-24 20:07:54 -05:00
parent 9249c797e7
commit e25937d7b9
1 changed files with 1 additions and 1 deletions

View File

@ -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));