Index: /trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
===================================================================
--- /trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c	(revision 23329)
+++ /trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c	(revision 23330)
@@ -40,5 +40,5 @@
     host[0].job = (struct Job *) job;
 
-    if (logfile) fprintf (logfile, "start needhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
+    // if (logfile) fprintf (logfile, "start needhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
 
     /* take the job off the stack and unlock the stack */
@@ -60,5 +60,5 @@
     host[0].job = (struct Job *) job;
 
-    if (logfile) fprintf (logfile, "start wanthost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
+    // if (logfile) fprintf (logfile, "start wanthost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
 
     /* take the job off the stack and unlock the stack */
@@ -78,5 +78,5 @@
     host[0].job = (struct Job *) job;
 
-    if (logfile) fprintf (logfile, "start  anyhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
+    // if (logfile) fprintf (logfile, "start  anyhost %s (job host %s) : %s\n", host[0].hostname, job[0].hostname, job[0].argv[0]);
 
     /* take the job off the stack and unlock the stack */
