IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2009, 4:51:56 PM (17 years ago)
Author:
eugene
Message:

comment excess verbosity related to host targetting tests

File:
1 edited

Legend:

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

    r22675 r23330  
    4040    host[0].job = (struct Job *) job;
    4141
    42     if (logfile) fprintf (logfile, "start needhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
     42    // if (logfile) fprintf (logfile, "start needhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
    4343
    4444    /* take the job off the stack and unlock the stack */
     
    6060    host[0].job = (struct Job *) job;
    6161
    62     if (logfile) fprintf (logfile, "start wanthost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
     62    // if (logfile) fprintf (logfile, "start wanthost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
    6363
    6464    /* take the job off the stack and unlock the stack */
     
    7878    host[0].job = (struct Job *) job;
    7979
    80     if (logfile) fprintf (logfile, "start  anyhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
     80    // if (logfile) fprintf (logfile, "start  anyhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
    8181
    8282    /* take the job off the stack and unlock the stack */
Note: See TracChangeset for help on using the changeset viewer.