mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-21 01:13:45 +08:00
Hide all errors regarding CPU info (fixes #591)
This commit is contained in:
parent
ac0792b9ef
commit
77a4a9476a
@ -119,7 +119,7 @@ public class Util extends Queue {
|
||||
public static ProcessorInfo getProcessorInfo() {
|
||||
ProcessorInfo result = null;
|
||||
try {
|
||||
Configurator.setLevel("com.profesorfalken.jsensors.manager.unix.UnixSensorsManager", Level.WARN);
|
||||
Configurator.setLevel("com.profesorfalken.jsensors.manager.unix.UnixSensorsManager", Level.OFF);
|
||||
result = HardwareInfo.getProcessorInfo();
|
||||
}
|
||||
catch (Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user