IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16590


Ignore:
Timestamp:
Feb 21, 2008, 6:24:24 PM (18 years ago)
Author:
eugene
Message:

report an error when a pclient goes down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/PclientCommand.c

    r15907 r16590  
    2929  /* is pipe still open? */
    3030  if ((status == -1) && (errno == EPIPE)) {
    31     // gprint (GP_ERR, "pclient read gives pipe error for %s\n", command);
     31    gprint (GP_ERR, "pclient read gives pipe error for %s\n", command);
    3232    return (PCLIENT_DOWN);
    3333  }
     
    4242  }
    4343  if (status ==  0) {
    44     // gprint (GP_ERR, "pclient read returns 0 for %s\n", command);
     44    gprint (GP_ERR, "pclient read returns 0 for %s\n", command);
    4545    return (PCLIENT_DOWN);
    4646  }
Note: See TracChangeset for help on using the changeset viewer.