IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

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

    r4705 r7917  
    1717  if (!pid) {     
    1818    /** failure to start: extend retry period **/
    19     if (VerboseMode()) fprintf (stderr, "failure to start %s\n", host[0].hostname);
     19    if (VerboseMode()) gprint (GP_ERR, "failure to start %s\n", host[0].hostname);
    2020    gettimeofday (&now, (void *) NULL);
    2121    if (ZTIME(host[0].nexttry) || ZTIME(host[0].lasttry)) {
Note: See TracChangeset for help on using the changeset viewer.