Added some debugging, but commented it out.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@895 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: InvocationDirector.java,v 1.16 2001/11/27 21:37:58 mdb Exp $
|
||||
// $Id: InvocationDirector.java,v 1.17 2002/01/30 18:30:43 mdb Exp $
|
||||
|
||||
package com.threerings.presents.client;
|
||||
|
||||
@@ -202,6 +202,9 @@ public class InvocationDirector
|
||||
|
||||
// and invoke it
|
||||
try {
|
||||
// Log.info("Invoking method [meth=" +
|
||||
// rsptarg.getClass().getName() + "." + rspmeth.getName() +
|
||||
// ", args=" + StringUtil.toString(rargs) + "].");
|
||||
rspmeth.invoke(rsptarg, rargs);
|
||||
} catch (Exception e) {
|
||||
Log.warning("Error invoking response target method " +
|
||||
|
||||
Reference in New Issue
Block a user