Index: trunk/Ohana/src/opihi/pcontrol/StopHosts.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 17475)
+++ trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 18098)
@@ -95,4 +95,5 @@
 int StopHostResponse (Host *host) {
 
+  OffHost (host);
   HarvestHost (host[0].pid);
   return (TRUE);
@@ -104,6 +105,6 @@
   int i, result, waitstatus;
 
-  gprint (GP_ERR, "harvesting within thread %d\n", pthread_self());
-  gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);
+  if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %p\n", pthread_self());
+  if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);
   
   // Loop a few times waiting for child to exit
