Index: trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/PclientCommand.c	(revision 15907)
+++ trunk/Ohana/src/opihi/pcontrol/PclientCommand.c	(revision 16590)
@@ -29,5 +29,5 @@
   /* is pipe still open? */
   if ((status == -1) && (errno == EPIPE)) {
-    // gprint (GP_ERR, "pclient read gives pipe error for %s\n", command);
+    gprint (GP_ERR, "pclient read gives pipe error for %s\n", command);
     return (PCLIENT_DOWN);
   }
@@ -42,5 +42,5 @@
   }
   if (status ==  0) {
-    // gprint (GP_ERR, "pclient read returns 0 for %s\n", command);
+    gprint (GP_ERR, "pclient read returns 0 for %s\n", command);
     return (PCLIENT_DOWN);
   }
