Logging to help debug repeated subscription to cluster objects.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2373 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-04-03 22:16:51 +00:00
parent 1942314cc1
commit b2c24763ba
@@ -1,5 +1,5 @@
//
// $Id: SpotSceneDirector.java,v 1.25 2003/03/31 22:54:09 mdb Exp $
// $Id: SpotSceneDirector.java,v 1.26 2003/04/03 22:16:51 mdb Exp $
package com.threerings.whirled.spot.client;
@@ -301,6 +301,9 @@ public class SpotSceneDirector extends BasicDirector
return;
}
Log.info("Cluster change? " +
(_clobj == null ? -1 : _clobj.getOid()) + " -> " + cloid);
// clear out any old cluster object
clearCluster();