Index: trunk/Ohana/src/opihi/pcontrol/StartHost.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 3211)
+++ trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 4575)
@@ -14,5 +14,5 @@
   pid = rconnect (command, host[0].hostname, shell, stdio);
   if (!pid) {     /** failure to start **/
-    fprintf (stderr, "failure to start %s\n", host[0].hostname);
+    if (VerboseMode()) fprintf (stderr, "failure to start %s\n", host[0].hostname);
     PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
     return (FALSE);
