We want to hear about the exception as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5337 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-08-25 15:29:33 +00:00
parent b49d9a5e56
commit d9ee8b91d1
@@ -744,8 +744,8 @@ public abstract class PeerManager
_injector.injectMembers(action);
action.invoke();
} catch (Exception e) {
log.warning("Failed to execute node action [from=" + caller.who() +
", action=" + action + ", serializedSize=" + serializedAction.length + "].");
log.warning("Failed to execute node action", "from", caller.who(),
"action", action, "serializedSize", serializedAction.length, e);
}
}