Skip to content

Commit

Permalink
errorprone :: SystemOut in JniRepositoryPlace (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Sep 21, 2024
1 parent 810762e commit 80f2b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/jni/JniRepositoryPlace.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void configurePlace() {
// Set libraryDirectory from JniRepositoryPlace.cfg
this.libraryDirectoryString = configG.findEntries("LIBRARY_DIRECTORY");
if (this.libraryDirectoryString.isEmpty()) {
System.err.println("JniRepository: No LIBRARY_DIRECTORY indicators.");
logger.warn("JniRepository: No LIBRARY_DIRECTORY indicators.");
}

for (int i = 0; i < this.libraryDirectoryString.size(); i++) {
Expand Down

0 comments on commit 80f2b0d

Please sign in to comment.