Dump a stack if we can't find our invocation receiver registration.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2092 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: InvocationSender.java,v 1.2 2002/09/18 18:40:20 mdb Exp $
|
// $Id: InvocationSender.java,v 1.3 2003/01/02 22:08:30 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@ public abstract class InvocationSender
|
|||||||
"service notification [clobj=" + target.who() +
|
"service notification [clobj=" + target.who() +
|
||||||
", code=" + receiverCode + ", methId=" + methodId +
|
", code=" + receiverCode + ", methId=" + methodId +
|
||||||
", args=" + StringUtil.toString(args) + "].");
|
", args=" + StringUtil.toString(args) + "].");
|
||||||
|
Thread.dumpStack();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Log.info("Sending notification [target=" + target +
|
// Log.info("Sending notification [target=" + target +
|
||||||
|
|||||||
Reference in New Issue
Block a user