IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 10:26:22 AM (20 years ago)
Author:
eugene
Message:

HUNG client should not be killed

File:
1 edited

Legend:

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

    r10652 r10659  
    3838
    3939    case PCLIENT_HUNG:
     40      // we need the job start to return a valid Job ID,
     41      // give up on jobs which don't get started.
     42      gprint (GP_ERR, "host %s is not responding (StartJob)\n", host[0].hostname);
    4043      if (VerboseMode()) gprint (GP_ERR, "host %s is not responding\n", host[0].hostname);
    4144      goto failure;
Note: See TracChangeset for help on using the changeset viewer.