The utility of printing out the message as a byte array seems
limited. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5796 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -681,7 +681,7 @@ public class ConnectionManager extends LoopingThread
|
||||
int size = oqueue.size();
|
||||
if ((size > 500) && (size % 50 == 0)) {
|
||||
log.warning("Aiya, big overflow queue for " + conn + "", "size", size,
|
||||
"adding", tup.right);
|
||||
"bytes", tup.right.length);
|
||||
}
|
||||
oqueue.add(tup.right);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user