Run Logger with default priority.

This commit is contained in:
hns 2002-03-26 13:12:49 +00:00
parent 870c8eb527
commit 0ec0e17485

View file

@ -171,7 +171,7 @@ public final class Logger {
if (runner == null || !runner.isAlive ()) {
runner = new Runner ();
runner.setPriority (Thread.NORM_PRIORITY-1);
// runner.setPriority (Thread.NORM_PRIORITY-1);
runner.start ();
}
}