log load error at debug level

This commit is contained in:
Doug MacEachern 2004-07-17 19:38:54 +00:00
parent 97a3547b60
commit 1e80697f92
1 changed files with 1 additions and 1 deletions

View File

@ -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);