Not to log the whole user object.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1711 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: InvocationSender.java,v 1.1 2002/08/14 19:07:56 mdb Exp $
|
// $Id: InvocationSender.java,v 1.2 2002/09/18 18:40:20 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -26,8 +26,8 @@ public abstract class InvocationSender
|
|||||||
// specific client
|
// specific client
|
||||||
Registration rreg = (Registration)target.receivers.get(receiverCode);
|
Registration rreg = (Registration)target.receivers.get(receiverCode);
|
||||||
if (rreg == null) {
|
if (rreg == null) {
|
||||||
Log.warning("Unable to locate registered receiver for " +
|
Log.warning("Unable to locate receiver for invocation " +
|
||||||
"invocation service notification [target=" + target +
|
"service notification [clobj=" + target.who() +
|
||||||
", code=" + receiverCode + ", methId=" + methodId +
|
", code=" + receiverCode + ", methId=" + methodId +
|
||||||
", args=" + StringUtil.toString(args) + "].");
|
", args=" + StringUtil.toString(args) + "].");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user