Index: trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c	(revision 3203)
+++ trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c	(revision 3212)
@@ -16,5 +16,5 @@
   InitIOBuffer (&buffer, 0x100);
 
-  status = PclientCommand (host, "status", &buffer);
+  status = PclientCommand (host, "status", PCLIENT_PROMPT, &buffer);
 
   /* check on success of pclient command */
@@ -34,5 +34,5 @@
 
     case PCLIENT_GOOD:
-      fprintf (stderr, "message received\n");  
+      fprintf (stderr, "message received (CheckBusyJob)\n");  
       break;
 
