diff --git a/src/main/java/org/cryptomator/common/mount/Mounter.java b/src/main/java/org/cryptomator/common/mount/Mounter.java index 249ff49f0..459eaa081 100644 --- a/src/main/java/org/cryptomator/common/mount/Mounter.java +++ b/src/main/java/org/cryptomator/common/mount/Mounter.java @@ -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);