more noise into logs :)
This commit is contained in:
parent
c8c0985fcf
commit
0ef5c0d152
|
@ -29,7 +29,7 @@ public class IncomingDataBuffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addData(byte[] freshData) {
|
public void addData(byte[] freshData) {
|
||||||
logger.trace(freshData.length + " byte(s) arrived");
|
logger.info(freshData.length + " byte(s) arrived");
|
||||||
synchronized (cbb) {
|
synchronized (cbb) {
|
||||||
if (cbb.size() - cbb.length() < freshData.length) {
|
if (cbb.size() - cbb.length() < freshData.length) {
|
||||||
logger.error("IncomingDataBuffer: buffer overflow not expected");
|
logger.error("IncomingDataBuffer: buffer overflow not expected");
|
||||||
|
|
Loading…
Reference in New Issue