IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 5:31:41 PM (20 years ago)
Author:
eugene
Message:

cleanup of timeouts and thread-safety issues, controller comms

File:
1 edited

Legend:

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

    r7952 r8548  
    6565 
    6666  Nbytes = snprintf (&tmp, 0, "input %s", input);
    67   fprintf (stderr, "string len %d\n", Nbytes);
    68 
    6967  ALLOCATE (line, char, Nbytes + 1);
    70   fprintf (stderr, "allocated line\n");
    71 
    7268  snprintf (line, Nbytes + 1, "input %s", input);
    73  
    74   fprintf (stderr, "running command %s\n", line);
    7569
    7670  status = command (line, &outline, TRUE);
Note: See TracChangeset for help on using the changeset viewer.