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

o fix erroneous message "got signal" with job state changes.

parent 93996f28
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,6 @@ main(int ac, char **av)
while (job->state != SRUN_JOB_OVERDONE) {
pthread_cond_wait(&job->state_cond, &job->state_mutex);
debug3("main thread woke up, state is now %d", job->state);
if (errno == EINTR)
debug("got signal");
}
/* job is now overdone, blow this popsicle stand */
......
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