mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 12:37:48 +01:00
more fuse logs
This commit is contained in:
@@ -128,7 +128,9 @@ public class DhfsFuse extends FuseStubFS {
|
||||
opts.add("-o");
|
||||
opts.add("gid=" + gid);
|
||||
}
|
||||
Log.info("FUSE options: " + opts);
|
||||
mount(Paths.get(root), false, debug, opts.toArray(String[]::new));
|
||||
Log.info("Mounted");
|
||||
}
|
||||
|
||||
void shutdown(@Observes @Priority(1) ShutdownEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user