mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-27 05:50:26 +00:00
optimized error message
This commit is contained in:
parent
52affb891e
commit
da240ce8b9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user