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:
Michael Bayne
2002-09-18 18:40:20 +00:00
parent e4aad9213a
commit 8b7e880d3c
@@ -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;
@@ -26,8 +26,8 @@ public abstract class InvocationSender
// specific client
Registration rreg = (Registration)target.receivers.get(receiverCode);
if (rreg == null) {
Log.warning("Unable to locate registered receiver for " +
"invocation service notification [target=" + target +
Log.warning("Unable to locate receiver for invocation " +
"service notification [clobj=" + target.who() +
", code=" + receiverCode + ", methId=" + methodId +
", args=" + StringUtil.toString(args) + "].");