Maybe a stack trace can tell us more about our mysterious error.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4638 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-03-30 21:34:07 +00:00
parent 3c7a546472
commit 77ff647b1a
@@ -285,6 +285,7 @@ public class Communicator
// total failure
Log.getLog(this).warning("socket error: " + event);
Log.dumpStack();
shutdown(new Error("socket closed unexpectedly."));
}