From 0f8c7d8f4c2384ab7c18deeae7962f340644e1fe Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Tue, 11 Nov 2008 18:53:48 +0000 Subject: [PATCH] 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 --- .../com/threerings/presents/client/BlockingCommunicator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/presents/client/BlockingCommunicator.java b/src/java/com/threerings/presents/client/BlockingCommunicator.java index 82f238cb1..611679241 100644 --- a/src/java/com/threerings/presents/client/BlockingCommunicator.java +++ b/src/java/com/threerings/presents/client/BlockingCommunicator.java @@ -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); } }