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

Remove duplicate debug message.

parent 8950e9e8
No related branches found
No related tags found
No related merge requests found
...@@ -619,9 +619,6 @@ static int _check_status_file(stepd_step_rec_t *job, ...@@ -619,9 +619,6 @@ static int _check_status_file(stepd_step_rec_t *job,
char status; char status;
int rv, fd; int rv, fd;
debug("task_p_post_term: %u.%u, task %d",
job->jobid, job->stepid, job->envtp->procid);
// We only need to special case termination with exit(0) // We only need to special case termination with exit(0)
// srun already handles abnormal exit conditions fine // srun already handles abnormal exit conditions fine
if (!WIFEXITED(task->estatus) || (WEXITSTATUS(task->estatus) != 0)) if (!WIFEXITED(task->estatus) || (WEXITSTATUS(task->estatus) != 0))
......
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