fix log messages System.err and System.out overwriting themself

This commit is contained in:
Bixilon 2020-11-28 16:58:48 +01:00
parent e60a10a8cf
commit 5fc59092d7
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -39,6 +39,7 @@ public class Log {
continue;
}
System.out.println(message);
System.out.flush();
// ToDo: log to file
}