Changeset 16590
- Timestamp:
- Feb 21, 2008, 6:24:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/PclientCommand.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
r15907 r16590 29 29 /* is pipe still open? */ 30 30 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); 32 32 return (PCLIENT_DOWN); 33 33 } … … 42 42 } 43 43 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); 45 45 return (PCLIENT_DOWN); 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.
