Index: trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/PclientCommand.c	(revision 26521)
+++ trunk/Ohana/src/opihi/pcontrol/PclientCommand.c	(revision 27435)
@@ -63,5 +63,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", response);
     return (PCLIENT_DOWN);
   }
Index: trunk/Ohana/src/opihi/pcontrol/StartHost.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 26521)
+++ trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 27435)
@@ -14,5 +14,5 @@
   if (VarConfig ("SHELL", "%s", shell)     == NULL) strcpy (shell, "pclient");
 
-  if (VerboseMode()) gprint (GP_ERR, "starting host within thread %d\n", pthread_self());
+  if (VerboseMode()) gprint (GP_ERR, "starting host within thread %lld\n", (long long) pthread_self());
 
   pid = rconnect (command, host[0].hostname, shell, stdio);
Index: trunk/Ohana/src/opihi/pcontrol/StopHosts.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 26521)
+++ trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 27435)
@@ -121,5 +121,5 @@
   int i, result, waitstatus;
 
-  if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %p\n", pthread_self());
+  if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %lld\n", (long long) pthread_self());
   if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);
   
