Explorar o código

SDK
- remove option to set logging level to WARNING as this would disable normal notifications

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10286 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 %!s(int64=12) %!d(string=hai) anos
pai
achega
ab704cb160

+ 1 - 1
jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java

@@ -104,7 +104,7 @@ public class ApplicationLogHandler extends Handler implements Callable<JButton>
         levelFine.putValue(Action.SHORT_DESCRIPTION, "Set Fine Logging Level");
         levelInfo.putValue(Action.SHORT_DESCRIPTION, "Set Normal Logging Level");
         levelWarning.putValue(Action.SHORT_DESCRIPTION, "Set Warning Logging Level");
-        io = IOProvider.getDefault().getIO("Application", new Action[]{levelFine, levelInfo, levelWarning});
+        io = IOProvider.getDefault().getIO("Application", new Action[]{levelFine, levelInfo});
         io.setErrSeparated(true);
     }