X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FAWT.java;h=b5f4b4ebf1300253a64fafa14481072be7f7f3bf;hp=2af3e8023baeef16296c474b8f234afc6b5e5452;hb=14be229c827cd4034184ea29d6653f6cbd969507;hpb=cd2eada59986cb181dccd7716fc1c21a0cf4d379 diff --git a/src/org/xwt/plat/AWT.java b/src/org/xwt/plat/AWT.java index 2af3e80..b5f4b4e 100644 --- a/src/org/xwt/plat/AWT.java +++ b/src/org/xwt/plat/AWT.java @@ -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"); }