Skip to content

Commit

Permalink
Update NarFileHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Oct 27, 2023
1 parent 64792c9 commit 8f67bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class NarFileHandler
Boolean.parseBoolean(System.getProperty("langstream.nar.closeClassloaders", "true"));

static {
log.info("langstream.nar.close-classloaders = {}", CLOSE_CLASSLOADERS);
log.info("langstream.nar.closeClassloaders = {}", CLOSE_CLASSLOADERS);
}

private final Path packagesDirectory;
Expand Down

0 comments on commit 8f67bf1

Please sign in to comment.