IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:03:32 AM (21 years ago)
Author:
eugene
Message:

fixed help bugs, scheduler fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/LocalJob.c

    r4689 r4691  
    102102  int result, waitstatus;
    103103
    104   fprintf (stderr, "checking on %d\n", job[0].pid);
    105 
    106104  /* check local job status */
    107105  result = waitpid (job[0].pid, &waitstatus, WNOHANG);
     
    137135        exit (1);
    138136      }
    139       fprintf (stderr, "waited for %d\n", result);
    140      
    141137      if (WIFEXITED(waitstatus)) {
    142138        job[0].state = JOB_EXIT;
Note: See TracChangeset for help on using the changeset viewer.