Index: trunk/Ohana/src/opihi/pcontrol/pclient.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/pclient.c	(revision 3203)
+++ trunk/Ohana/src/opihi/pcontrol/pclient.c	(revision 3211)
@@ -9,6 +9,7 @@
   int status;
   char *line;
-  
+
   /* send command to client (adding on \n) */
+  fprintf (stderr, "send: %s (%d)\n", command, buffer[0].Nbuffer);
   ALLOCATE (line, char, MAX (1, strlen(command)));
   sprintf (line, "%s\n", command);
@@ -28,4 +29,5 @@
   if (status ==  0) return (PCLIENT_DOWN);
   if (status == -1) return (PCLIENT_HUNG);
+  fprintf (stderr, "buffer.buffer: %s\n", buffer[0].buffer);
   return (PCLIENT_GOOD);
 }
