better wording
Avoids this contradiction: (Auto enabling special remote foo...) Not enabling compute special remote c2 because [..]
This commit is contained in:
parent
4e6324131d
commit
4b6fabae65
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ setupInstance ss mu _ c _ = do
|
||||||
_ -> unless (program `elem` allowedprograms) $ do
|
_ -> unless (program `elem` allowedprograms) $ do
|
||||||
let remotename = fromMaybe "(unknown)" (lookupName c)
|
let remotename = fromMaybe "(unknown)" (lookupName c)
|
||||||
giveup $ unwords
|
giveup $ unwords
|
||||||
[ "Not enabling compute special remote"
|
[ "Unable to enable compute special remote"
|
||||||
, remotename
|
, remotename
|
||||||
, "because its compute program"
|
, "because its compute program"
|
||||||
, program
|
, program
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue