IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 11:01:59 AM (21 years ago)
Author:
eugene
Message:

cleaned up status / error messages, added verbose option

File:
1 edited

Legend:

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

    r3211 r4575  
    1414  pid = rconnect (command, host[0].hostname, shell, stdio);
    1515  if (!pid) {     /** failure to start **/
    16     fprintf (stderr, "failure to start %s\n", host[0].hostname);
     16    if (VerboseMode()) fprintf (stderr, "failure to start %s\n", host[0].hostname);
    1717    PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    1818    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.