Index: trunk/Ohana/src/opihi/pantasks/LocalJob.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/LocalJob.c	(revision 4451)
+++ trunk/Ohana/src/opihi/pantasks/LocalJob.c	(revision 4602)
@@ -15,5 +15,5 @@
   pid = fork ();
   if (!pid) { /* must be child process */
-    fprintf (stderr, "starting local job\n");
+    if (VerboseMode()) fprintf (stderr, "starting local job\n");
 
     /* close the other ends of the pipes */
