Index: trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c	(revision 3203)
+++ trunk/Ohana/src/opihi/pcontrol/GetJobOutput.c	(revision 3212)
@@ -20,5 +20,5 @@
   /** must have a valid host : if not, move to pending? **/
   host = job[0].host;
-  status = PclientCommand (host, channel, buffer);
+  status = PclientCommand (host, channel, PCLIENT_PROMPT, buffer);
 
   /* check on success of pclient command */
@@ -37,5 +37,5 @@
 
     case PCLIENT_GOOD:
-      fprintf (stderr, "message received\n");  
+      fprintf (stderr, "message received (GetJobOutput : %s)\n", channel);  
       return (TRUE);
 
