optimized error message

This commit is contained in:
Jan-Peter Klein 2023-12-07 08:40:39 +01:00
parent 52affb891e
commit da240ce8b9
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E

View File

@ -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);