forked from lix-project/hydra
Improve error message
This commit is contained in:
parent
0387787e7e
commit
30e8fe951b
|
@ -83,7 +83,7 @@ struct Evaluator
|
|||
}
|
||||
|
||||
if (evalOne && seen.empty()) {
|
||||
printError("the specified jobset does not exist");
|
||||
printError("the specified jobset does not exist or is disabled");
|
||||
std::_Exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue