mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
fix log messages System.err and System.out overwriting themself
This commit is contained in:
parent
e60a10a8cf
commit
5fc59092d7
@ -39,6 +39,7 @@ public class Log {
|
||||
continue;
|
||||
}
|
||||
System.out.println(message);
|
||||
System.out.flush();
|
||||
|
||||
// ToDo: log to file
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user