Remove log message
This commit is contained in:
parent
928d2e3f02
commit
ebafc9a0cc
|
|
@ -17,7 +17,6 @@ public class UtilMixin {
|
||||||
return pool -> {
|
return pool -> {
|
||||||
ForkJoinWorkerThread thread = factory.newThread(pool);
|
ForkJoinWorkerThread thread = factory.newThread(pool);
|
||||||
int pri = ModernFixConfig.BACKGROUND_WORKER_PRIORITY.get();
|
int pri = ModernFixConfig.BACKGROUND_WORKER_PRIORITY.get();
|
||||||
ModernFix.LOGGER.info("Changing priority of " + thread.getName() + " to " + pri);
|
|
||||||
thread.setPriority(pri);
|
thread.setPriority(pri);
|
||||||
return thread;
|
return thread;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user