Skip to content
Snippets Groups Projects
Commit 13f99422 authored by Danny Auble's avatar Danny Auble
Browse files

Merge remote-tracking branch 'origin/slurm-14.03'

parents 9c0eeadd 6cd208e0
No related branches found
No related tags found
No related merge requests found
...@@ -994,7 +994,7 @@ extern char *job_reason_string(enum job_state_reason inx) ...@@ -994,7 +994,7 @@ extern char *job_reason_string(enum job_state_reason inx)
{ {
switch (inx) { switch (inx) {
case WAIT_NO_REASON: case WAIT_NO_REASON:
return "None"; return "WaitingForScheduling";
case WAIT_PROLOG: case WAIT_PROLOG:
return "Prolog"; return "Prolog";
case WAIT_PRIORITY: case WAIT_PRIORITY:
......
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