Skip to content

Commit

Permalink
Hide all errors regarding CPU info (fixes #591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Jul 23, 2024
1 parent ac0792b commit 77a4a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/coreprotect/utility/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static String getPluginName() {
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) {
Expand Down

0 comments on commit 77a4a94

Please sign in to comment.