Nixed debug logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5512 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -313,7 +313,6 @@ public class ConnectionManager extends LoopingThread
|
|||||||
public int handleEvent (long when) {
|
public int handleEvent (long when) {
|
||||||
try {
|
try {
|
||||||
if (sockchan.finishConnect()) {
|
if (sockchan.finishConnect()) {
|
||||||
log.info("Connection became ready.", "conn", conn);
|
|
||||||
// great, we're ready to roll, wire up the connection
|
// great, we're ready to roll, wire up the connection
|
||||||
conn.selkey = sockchan.register(_selector, SelectionKey.OP_READ);
|
conn.selkey = sockchan.register(_selector, SelectionKey.OP_READ);
|
||||||
_handlers.put(conn.selkey, conn);
|
_handlers.put(conn.selkey, conn);
|
||||||
|
|||||||
Reference in New Issue
Block a user