Run Logger with default priority.
This commit is contained in:
parent
870c8eb527
commit
0ec0e17485
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue