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

Correction for missing bracket in previous commit

parent d3435cfc
No related branches found
No related tags found
No related merge requests found
......@@ -2133,7 +2133,7 @@ static void *_run_prolog(void *arg)
false))) {
info("unable to requeue job %u: %m", job_id);
kill_job = true;
}
if (kill_job) {
srun_user_message(job_ptr,
"PrologSlurmctld failed, job killed");
......
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