Some useful logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5526 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-08 02:34:19 +00:00
parent 3be495e23b
commit 9e1510c37d
@@ -316,6 +316,7 @@ public class ConnectionManager extends LoopingThread
// great, we're ready to roll, wire up the connection
conn.selkey = sockchan.register(_selector, SelectionKey.OP_READ);
_handlers.put(conn.selkey, conn);
log.info("Outgoing connection ready", "conn", conn);
}
} catch (IOException ioe) {
handleError(ioe);