Removed erronious space.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2838 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-10-26 02:45:19 +00:00
parent fc2cb730b8
commit b696989375
@@ -1,5 +1,5 @@
//
// $Id: InvocationManager.java,v 1.17 2003/10/26 02:44:01 eric Exp $
// $Id: InvocationManager.java,v 1.18 2003/10/26 02:45:19 mdb Exp $
package com.threerings.presents.server;
@@ -194,7 +194,7 @@ public class InvocationManager
Log.warning("Received invocation request for which we have " +
"no registered dispatcher [code=" + invCode +
", methId=" + methodId +
", args=" + StringUtil.toString(args) + ", marsh= " +
", args=" + StringUtil.toString(args) + ", marsh=" +
_recentRegServices.get(new Integer(invCode)) + "].");
return;
}