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