Skip to content
Snippets Groups Projects
Commit 75a2708b authored by Moe Jette's avatar Moe Jette
Browse files

Minor change to an error messasge

parent 7576b2bc
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ static slurm_errtab_t slurm_errtab[] = {
{ ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE,
"Requested node configuration is not available" },
{ ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE,
"Requested partition configuration is not available" },
"Requested partition configuration is not available, job queued" },
{ ESLURM_NODES_BUSY,
"Requested nodes are busy" },
{ ESLURM_INVALID_JOB_ID,
......
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