Relegated a shitload of logging to DEBUG status.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1361 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-15 23:54:35 +00:00
parent a52d62d532
commit b15d38b54d
8 changed files with 36 additions and 36 deletions
@@ -1,5 +1,5 @@
//
// $Id: FrameManager.java,v 1.7 2002/05/03 04:16:41 mdb Exp $
// $Id: FrameManager.java,v 1.8 2002/05/15 23:54:34 mdb Exp $
package com.threerings.media;
@@ -269,14 +269,14 @@ public class FrameManager
// if we've changed resolutions, recreate the buffer
if (valres == VolatileImage.IMAGE_INCOMPATIBLE) {
Log.info("Back buffer incompatible, recreating.");
// Log.info("Back buffer incompatible, recreating.");
createBackBuffer(gc);
}
// if the image wasn't A-OK, we need to rerender the whole
// business rather than just the dirty parts
if (valres != VolatileImage.IMAGE_OK) {
Log.info("Lost back buffer, redrawing.");
// Log.info("Lost back buffer, redrawing.");
incremental = false;
}