IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2007, 12:18:48 PM (19 years ago)
Author:
eugene
Message:

various debug lines to test comm collisions

File:
1 edited

Legend:

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

    r13540 r15797  
    5151        /* push output buffer data to the stdout and stderr queues */
    5252        /* XXX this will break on 0 values in output streams */
     53        if (DEBUG) fprintf (stderr, "job: (%x) %d of %d\n", job[0].stdout_buff.buffer, job[0].stdout_buff.Nbuffer, job[0].stdout_buff.Nalloc);
    5354        PushNamedQueue ("stdout", job[0].stdout_buff.buffer);
    5455        PushNamedQueue ("stderr", job[0].stderr_buff.buffer);
Note: See TracChangeset for help on using the changeset viewer.