IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 12:43:13 PM (19 years ago)
Author:
eugene
Message:

adding realhost

File:
1 edited

Legend:

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

    r11052 r11388  
    2828    gprint (GP_LOG, "STDERR %d\n", job[0].stderr_size);
    2929    gprint (GP_LOG, "DTIME %lf\n", job[0].dtime);
     30    if (job[0].realhost) {
     31        gprint (GP_LOG, "HOSTNAME %s\n", job[0].realhost);
     32    } else {
     33        gprint (GP_LOG, "HOSTNAME NONE\n");
     34    }
    3035    PutJob (job, StackID, STACK_BOTTOM);
    3136    ClearCheckPoint ();
Note: See TracChangeset for help on using the changeset viewer.