Not to freak out about unmapped authing connections, connections are only

mapped after they are authenticated.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2787 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-08-20 19:30:52 +00:00
parent a5367cb657
commit 233ccbc01c
@@ -1,5 +1,5 @@
//
// $Id: ClientManager.java,v 1.32 2003/07/22 02:50:49 mdb Exp $
// $Id: ClientManager.java,v 1.33 2003/08/20 19:30:52 mdb Exp $
package com.threerings.presents.server;
@@ -321,7 +321,7 @@ public class ClientManager
// and let the client know things went haywire
client.connectionFailed(fault);
} else {
} else if (!(conn instanceof AuthingConnection)) {
Log.info("Unmapped connection failed? [conn=" + conn +
", fault=" + fault + "].");
Thread.dumpStack();