IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2008, 12:51:04 PM (18 years ago)
Author:
eugene
Message:

allow job stdout / stderr from pclient to arrive slowly

File:
1 edited

Legend:

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

    r17477 r20047  
    4242
    4343  /** successful command, examine result **/
    44   p = memstr (buffer[0].buffer, "STATUS", buffer[0].Nbuffer);
     44  p = memstr (buffer[0].buffer, "RESET_RESULT:", buffer[0].Nbuffer);
    4545  if (p == NULL) {
    46       if (DEBUG || VerboseMode()) gprint (GP_ERR, "missing STATUS in response; try again\n");
     46      if (DEBUG || VerboseMode()) gprint (GP_ERR, "missing RESET_RESULT: in response; try again\n");
    4747      PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM);
    4848      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.