Index: /trunk/Ohana/src/opihi/pclient/ChildOps.c
===================================================================
--- /trunk/Ohana/src/opihi/pclient/ChildOps.c	(revision 10638)
+++ /trunk/Ohana/src/opihi/pclient/ChildOps.c	(revision 10639)
@@ -42,8 +42,5 @@
   if (dtime < 100) {
     Nbad ++;
-    if (Nbad > 10) {
-      gprint (GP_ERR, "runaway!\n");
-      exit (2);
-    }
+    if (Nbad > 10) exit (2);
   }
   if (dtime > 950) Nbad = 0;
