aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ08nY2019-08-04 18:48:30 +0200
committerJ08nY2019-08-04 18:48:30 +0200
commit0e195f98345049ba0eca64807e8aad4e8365e47b (patch)
tree52edc6eae92b5586fb473a10f59459da54a06655 /src
parent2d09947b4200799b554c55de52afd612bb06d84e (diff)
downloadECTester-0e195f98345049ba0eca64807e8aad4e8365e47b.tar.gz
ECTester-0e195f98345049ba0eca64807e8aad4e8365e47b.tar.zst
ECTester-0e195f98345049ba0eca64807e8aad4e8365e47b.zip
Diffstat (limited to 'src')
-rw-r--r--src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java
index b0b9f37..db85b02 100644
--- a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java
+++ b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java
@@ -56,8 +56,7 @@ public abstract class NativeECLibrary extends ProviderECLibrary {
provider = createProvider();
return super.initialize();
- } catch (IOException | UnsatisfiedLinkError ex) {
- System.err.println(ex.getMessage());
+ } catch (IOException | UnsatisfiedLinkError ignored) {
}
return false;
}