mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +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");
|
||||
contextRef = secp256k1_init_context();
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
log.info("UnsatisfiedLinkError: " + e.toString());
|
||||
log.info(e.toString());
|
||||
isEnabled = false;
|
||||
}
|
||||
enabled = isEnabled;
|
||||
|
Reference in New Issue
Block a user