Changeset 23330 for trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
- Timestamp:
- Mar 15, 2009, 4:51:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r22675 r23330 40 40 host[0].job = (struct Job *) job; 41 41 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]); 43 43 44 44 /* take the job off the stack and unlock the stack */ … … 60 60 host[0].job = (struct Job *) job; 61 61 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]); 63 63 64 64 /* take the job off the stack and unlock the stack */ … … 78 78 host[0].job = (struct Job *) job; 79 79 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]); 81 81 82 82 /* take the job off the stack and unlock the stack */
Note:
See TracChangeset
for help on using the changeset viewer.
