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:
Andrzej Kapolka
2009-05-21 23:47:47 +00:00
parent 13251b0d79
commit e5172053c8
@@ -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;