Hide all errors regarding CPU info (fixes #591)
This commit is contained in:
parent
ac0792b9ef
commit
77a4a9476a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue