Skip to content
Snippets Groups Projects
Commit 18b59d5d authored by Morris Jette's avatar Morris Jette
Browse files

Change error message for missing time limit

Error message changed from
Missing time limit
to Job submission rejected due to missing time limit
bug 438
parent 5db6a8aa
No related branches found
No related tags found
No related merge requests found
......@@ -397,7 +397,7 @@ static slurm_errtab_t slurm_errtab[] = {
/* plugin and custom errors */
{ ESLURM_MISSING_TIME_LIMIT,
"Missing time limit" }
"Job submission rejected due to missing time limit" }
};
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment