diff --git a/org/gjt/sp/util/Log.java b/org/gjt/sp/util/Log.java index aabbdd83..5f37830f 100644 --- a/org/gjt/sp/util/Log.java +++ b/org/gjt/sp/util/Log.java @@ -126,6 +126,9 @@ public static void init(boolean stdio, int level) { System.setOut(createPrintStream(NOTICE,null)); System.setErr(createPrintStream(ERROR,null)); + System.setErr(createPrintStream(ERROR,null)); + System.setErr(createPrintStream(ERROR,null)); + System.setErr(createPrintStream(ERROR,null)); } }