mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
Secp256k1Context: Remove a bit of redundancy in logging.
This commit is contained in:
@@ -36,7 +36,7 @@ public class Secp256k1Context {
|
|||||||
System.loadLibrary("secp256k1");
|
System.loadLibrary("secp256k1");
|
||||||
contextRef = secp256k1_init_context();
|
contextRef = secp256k1_init_context();
|
||||||
} catch (UnsatisfiedLinkError e) {
|
} catch (UnsatisfiedLinkError e) {
|
||||||
log.info("UnsatisfiedLinkError: " + e.toString());
|
log.info(e.toString());
|
||||||
isEnabled = false;
|
isEnabled = false;
|
||||||
}
|
}
|
||||||
enabled = isEnabled;
|
enabled = isEnabled;
|
||||||
|
|||||||
Reference in New Issue
Block a user