Don't log our channel in the normal case to avoid potentially triggering

what I believe to be a race condition in SocketChannel.toString()
(ultimately sun.nio.ch.Net.localAddress()) on FreeBSD.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3471 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-04-12 18:09:17 +00:00
parent d1a19cc346
commit 09822e45c5
@@ -591,7 +591,7 @@ public class ConnectionManager extends LoopingThread
return;
}
Log.debug("Accepted connection " + channel + ".");
// Log.debug("Accepted connection " + channel + ".");
// create a new authing connection object to manage the
// authentication of this client connection and register it