save loadError

This commit is contained in:
Doug MacEachern 2006-07-05 23:51:19 +00:00
parent 665701d9af
commit 4d7d1919bc
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class Sigar implements SigarProxy {
loadLibrary();
loaded = true;
} catch (SigarException e) {
loadError = e.getMessage();
try {
SigarLog.debug(loadError, e);
} catch (NoClassDefFoundError ne) {