Skip to content

Commit 65286f8

Browse files
committed
add console.log
1 parent 7227015 commit 65286f8

File tree

1 file changed

+1
-1
lines changed
  • bindings/java/java_code/src/main/java/ethereum/cryptography

1 file changed

+1
-1
lines changed

bindings/java/java_code/src/main/java/ethereum/cryptography/LibEthKZG.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private static void loadNativeLibrary() {
127127
String osName = System.getProperty("os.name").toLowerCase();
128128
String osArch = getNormalizedArchitecture();
129129
String libraryResourcePath = null;
130-
130+
System.out.println("name: " + osName + " arch:" + osArch + " platform: " + PLATFORM_NATIVE_LIBRARY_NAME);
131131
if (osName.contains("win")) {
132132
if (osArch.contains("x86_64")) {
133133
libraryResourcePath = "/x86_64-pc-windows-gnu/" + PLATFORM_NATIVE_LIBRARY_NAME;

0 commit comments

Comments
 (0)