mirror of
https://github.com/Maschell/fuse-wiiu.git
synced 2024-11-22 06:39:14 +01:00
Disable verbose logging
This commit is contained in:
parent
89d15fb80c
commit
a18b059004
@ -170,7 +170,7 @@ public class Main {
|
||||
RootFuseFS stub = new RootFuseFS(root);
|
||||
try {
|
||||
System.out.println("Mounting " + new File(inputPath).getAbsolutePath() + " to " + mount.getAbsolutePath());
|
||||
stub.mount(mount.toPath(), true, true);
|
||||
stub.mount(mount.toPath(), true, false);
|
||||
} finally {
|
||||
stub.umount();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user