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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user