Index: trunk/Ohana/src/opihi/pclient/ChildOps.c
===================================================================
--- trunk/Ohana/src/opihi/pclient/ChildOps.c	(revision 3211)
+++ trunk/Ohana/src/opihi/pclient/ChildOps.c	(revision 3212)
@@ -35,15 +35,9 @@
   if (dtime < 0.0001) Nbad ++;
   if (dtime > 0.01) Nbad = 0;
-  if (Nbad > 10) {
-    fprintf (stderr, "parent shutdown\n");
-    exit (2);
-  }  
+  if (Nbad > 10) exit (2);
 
   /* this is a bit lame : we must exit if calling process exits */
   ppid = getppid();
-  if (ppid == 1) {
-    fprintf (stderr, "parent shutdown\n");
-    exit (2);
-  }  
+  if (ppid == 1) exit (2);
 
   CheckChildStatus ();
