Index: trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c	(revision 4762)
+++ trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c	(revision 7917)
@@ -40,13 +40,13 @@
   switch (status) {
     case -1:
-      if (VerboseMode()) fprintf (stderr, "host %s is not responding\n", host[0].hostname);
+      if (VerboseMode()) gprint (GP_ERR, "host %s is not responding\n", host[0].hostname);
       return (FALSE);
 
     case 0:
-      if (VerboseMode()) fprintf (stderr, "host %s is down\n", host[0].hostname);
+      if (VerboseMode()) gprint (GP_ERR, "host %s is down\n", host[0].hostname);
       return (FALSE);
 
     default:
-      if (VerboseMode()) fprintf (stderr, "message received (GetJobOutput : %s)\n", cmd);  
+      if (VerboseMode()) gprint (GP_ERR, "message received (GetJobOutput : %s)\n", cmd);  
       /* drop extra bytes from pclient (not pclient:job) */
       buffer[0].Nbuffer = Nstart + Nbytes;
@@ -57,5 +57,5 @@
   }
 
-  fprintf (stderr, "programming error: should not reach here (GetJobOutput)\n");
+  gprint (GP_ERR, "programming error: should not reach here (GetJobOutput)\n");
   exit (1);
 }
