That should be debug not info.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2596 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: MisoScenePanel.java,v 1.32 2003/05/20 23:57:48 mdb Exp $
|
||||
// $Id: MisoScenePanel.java,v 1.33 2003/05/20 23:58:27 mdb Exp $
|
||||
|
||||
package com.threerings.miso.client;
|
||||
|
||||
@@ -710,7 +710,8 @@ public class MisoScenePanel extends VirtualMediaPanel
|
||||
// recompute our visible object set
|
||||
recomputeVisible();
|
||||
|
||||
Log.info("Rethunk " + _pendingBlocks + "/" + _visiBlocks.size() + ".");
|
||||
Log.debug("Rethunk [pending=" + _pendingBlocks +
|
||||
", visible=" + _visiBlocks.size() + "].");
|
||||
return _pendingBlocks;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user