Skip to content
Snippets Groups Projects
Commit 5a6eeffe authored by Mark Grondona's avatar Mark Grondona
Browse files

o remove redundant "global task %d exited" log msg

parent ef425bfa
No related branches found
No related tags found
No related merge requests found
......@@ -599,9 +599,6 @@ _handle_task_exit(slurmd_job_t *job)
t->exited = true;
t->esent = false;
nexited++;
debug2("global task %d exited with status %d",
t->gid, t->estatus);
}
return nexited;
......
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