more noise into logs :)

This commit is contained in:
rusEfi 2018-01-24 20:40:54 -05:00
parent c8c0985fcf
commit 0ef5c0d152
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class IncomingDataBuffer {
}
public void addData(byte[] freshData) {
logger.trace(freshData.length + " byte(s) arrived");
logger.info(freshData.length + " byte(s) arrived");
synchronized (cbb) {
if (cbb.size() - cbb.length() < freshData.length) {
logger.error("IncomingDataBuffer: buffer overflow not expected");