log to CRIT for jbigi load failure
This commit is contained in:
@ -24,7 +24,8 @@ public class NativeBigInteger extends BigInteger {
|
|||||||
_log.info("Native BigInteger library jbigi loaded");
|
_log.info("Native BigInteger library jbigi loaded");
|
||||||
} catch (UnsatisfiedLinkError ule) {
|
} catch (UnsatisfiedLinkError ule) {
|
||||||
_nativeOk = false;
|
_nativeOk = false;
|
||||||
_log.warn("Native BigInteger library jbigi not loaded - using pure java", ule);
|
_log.log(Log.CRIT, "Native BigInteger library jbigi not loaded - using pure java");
|
||||||
|
_log.warn("jbigi not loaded", ule);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user