We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0425a commit 683c7ddCopy full SHA for 683c7dd
src/main/java/org/cryptomator/cli/Unlock.java
@@ -84,7 +84,7 @@ public Integer call() throws Exception {
84
85
try (var fs = CryptoFileSystemProvider.newFileSystem(pathToVault, fsPropsBuilder.build());
86
var mount = mountSetup.mount(fs)) {
87
- System.out.println(mount.getMountpoint().uri());
+ LOG.info("Unlocked and mounted vault successfully to {}", mount.getMountpoint().uri());
88
Runtime.getRuntime().addShutdownHook(new Thread(() -> teardown(mount)));
89
Thread.currentThread().join();
90
}
0 commit comments