Index: trunk/Ohana/src/opihi/pcontrol/StartHost.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 8296)
+++ trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 8424)
@@ -13,4 +13,6 @@
   if (VarConfig ("COMMAND", "%s", command) == NULL) strcpy (command, "ssh");
   if (VarConfig ("SHELL", "%s", shell)     == NULL) strcpy (shell, "pclient");
+
+  gprint (GP_ERR, "starting host within thread %d\n", pthread_self());
 
   pid = rconnect (command, host[0].hostname, shell, stdio);
