Don't log a stack trace here.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4004 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -411,7 +411,7 @@ public class Communicator
|
|||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.debug("Logon failed: " + e);
|
Log.debug("Logon failed: " + e);
|
||||||
Log.logStackTrace(e);
|
// Log.logStackTrace(e);
|
||||||
// once we're shutdown we'll report this error
|
// once we're shutdown we'll report this error
|
||||||
_logonError = e;
|
_logonError = e;
|
||||||
// terminate our communicator thread
|
// terminate our communicator thread
|
||||||
|
|||||||
Reference in New Issue
Block a user