From 4b6fabae65f48a198bb6fa32b846ef9c3df7363d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Mar 2025 12:43:50 -0400 Subject: [PATCH] better wording Avoids this contradiction: (Auto enabling special remote foo...) Not enabling compute special remote c2 because [..] --- Remote/Compute.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Compute.hs b/Remote/Compute.hs index 8cc23a6f44..e4051bc877 100644 --- a/Remote/Compute.hs +++ b/Remote/Compute.hs @@ -131,7 +131,7 @@ setupInstance ss mu _ c _ = do _ -> unless (program `elem` allowedprograms) $ do let remotename = fromMaybe "(unknown)" (lookupName c) giveup $ unwords - [ "Not enabling compute special remote" + [ "Unable to enable compute special remote" , remotename , "because its compute program" , program