Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Aug 22, 2023
1 parent ff62b20 commit 5cc35de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ public void mount(boolean blocking, boolean debug, Set<String> fuseOpts) {
}

private int execMount(String[] arg) {

AddressResolverOptions addressResolverOptions = new AddressResolverOptions();
loadNecessaryClasses();
return mLibFuse.fuse_main_real(this, arg.length, arg);
}

private void loadNecessaryClasses() {
LOG.info("Loading necessary classes...");
try {
String[] classesToLoad = {
"io.vertx.core.dns.AddressResolverOptions"
Expand Down

0 comments on commit 5cc35de

Please sign in to comment.