mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 00:56:52 -04:00
optimized error message
This commit is contained in:
@@ -148,7 +148,7 @@ public class Mounter {
|
||||
firstUsedProblematicFuseMountService.set(selMntServ);
|
||||
}
|
||||
else if (targetIsProblematicFuse && !firstUsedProblematicFuseMountService.get().equals(selMntServ)) {
|
||||
throw new FuseRestartRequiredException("fuseRestartRequired");
|
||||
throw new FuseRestartRequiredException("Failed to mount the specified mount service.");
|
||||
}
|
||||
|
||||
var builder = selMntServ.forFileSystem(cryptoFsRoot);
|
||||
|
||||
Reference in New Issue
Block a user