mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-28 12:55:34 +01: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() {
|
public static ProcessorInfo getProcessorInfo() {
|
||||||
ProcessorInfo result = null;
|
ProcessorInfo result = null;
|
||||||
try {
|
try {
|
||||||
Configurator.setLevel("com.profesorfalken.jsensors.manager.unix.UnixSensorsManager", Level.WARN);
|
Configurator.setLevel("com.profesorfalken.jsensors.manager.unix.UnixSensorsManager", Level.OFF);
|
||||||
result = HardwareInfo.getProcessorInfo();
|
result = HardwareInfo.getProcessorInfo();
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user