log load error at debug level
This commit is contained in:
parent
97a3547b60
commit
1e80697f92
|
@ -33,7 +33,7 @@ public class Sigar implements SigarProxy {
|
|||
} catch (SigarException e) {
|
||||
String msg = "Sigar.load: " + e.getMessage();
|
||||
try {
|
||||
SigarLog.error(msg, e);
|
||||
SigarLog.debug(msg, e);
|
||||
} catch (NoClassDefFoundError ne) {
|
||||
//no log4j.jar
|
||||
System.err.println(msg);
|
||||
|
|
Loading…
Reference in New Issue