Debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1847 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 22:24:20 +00:00
parent 31baef425a
commit e166a3efff
@@ -1,5 +1,5 @@
//
// $Id: InvocationDirector.java,v 1.22 2002/09/19 23:36:59 mdb Exp $
// $Id: InvocationDirector.java,v 1.23 2002/10/27 22:24:20 mdb Exp $
package com.threerings.presents.client;
@@ -193,7 +193,7 @@ public class InvocationDirector
// server-side entities only sort of pretending to be a client
event.setSourceOid(_clobj.getOid());
// Log.info("Sending invocation request " + event + ".");
Log.debug("Sending invreq " + event + ".");
// now dispatch the event
_omgr.postEvent(event);