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