Get the trace for that pesky NPE in Client.Reader.receiveMessage

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5540 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-11-11 18:53:48 +00:00
parent f4544ff76e
commit 0f8c7d8f4c
@@ -601,7 +601,7 @@ public class BlockingCommunicator extends Communicator
shutdown();
} catch (Exception e) {
log.warning("Error processing message [msg=" + msg + ", error=" + e + "].");
log.warning("Error processing message", "msg", msg, e);
}
}