diff --git a/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java b/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java index 725822cd1..d931ec109 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java +++ b/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java @@ -104,7 +104,7 @@ public class ApplicationLogHandler extends Handler implements Callable 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); }