From 0ecc66523cf6386b6f7083d1e7fe26b042bb2e0f Mon Sep 17 00:00:00 2001 From: vikrant-phadtare1101 Date: Thu, 18 Jan 2024 15:31:34 +0530 Subject: [PATCH] Update Log.java --- org/gjt/sp/util/Log.java | 3 +++ 1 file changed, 3 insertions(+) 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)); } }