Jan-Peter Klein пре 1 година
родитељ
комит
da240ce8b9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/org/cryptomator/common/mount/Mounter.java

+ 1 - 1
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);