Skip to content

Commit

Permalink
name reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
JorenSix committed Jan 19, 2023
1 parent 23608d5 commit a65bfd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/be/ugent/jgaborator/util/ZigNativeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public static boolean loadLibraryFromJarWithOSDetection(String path) {
String folder = path.replace(File.separator + filename,"");
List<String> foundLibraries;

System.err.print("Trying to find libraries ending in " + filename);

try {
foundLibraries = listResources(folder);
} catch (URISyntaxException | IOException e) {
Expand Down

0 comments on commit a65bfd6

Please sign in to comment.