2003/12/29 03:44:16
[org.ibex.core.git] / src / org / xwt / plat / AWT.java
index 2af3e80..b5f4b4e 100644 (file)
@@ -22,7 +22,7 @@ public class AWT extends JVM {
     protected Surface _createSurface(Box b, boolean framed) { return new AWTSurface(b, framed); }
 
     protected void postInit() {
-        if (Log.on) Log.info(Platform.class, "               color depth = " +
+        if (Log.on) Log.diag(Platform.class, "               color depth = " +
                             Toolkit.getDefaultToolkit().getColorModel().getPixelSize() + "bpp");
     }