Index: trunk/Ohana/src/opihi/pclient/reset.c
===================================================================
--- trunk/Ohana/src/opihi/pclient/reset.c	(revision 7917)
+++ trunk/Ohana/src/opihi/pclient/reset.c	(revision 20047)
@@ -8,5 +8,5 @@
   if (argc != 1) {
     gprint (GP_ERR, "USAGE: reset\n");
-    gprint (GP_LOG, "STATUS -1\n");
+    gprint (GP_LOG, "RESET_RESULT: -1\n");
     return (FALSE);
   }
@@ -14,5 +14,5 @@
   if (ChildStatus == PCLIENT_NONE) {
     gprint (GP_ERR, "no child process, cannot reset\n");
-    gprint (GP_LOG, "STATUS 2\n");
+    gprint (GP_LOG, "RESET_RESULT: 2\n");
     return (TRUE);
   }
@@ -43,5 +43,5 @@
     /* total failure, don't reset */
     gprint (GP_ERR, "child process %d is hung, cannot reset\n", ChildPID);
-    gprint (GP_LOG, "STATUS 0\n");
+    gprint (GP_LOG, "RESET_RESULT: 0\n");
     return (FALSE);
   }
@@ -62,5 +62,5 @@
   ChildExitStatus = 0;
 
-  gprint (GP_LOG, "STATUS 1\n");
+  gprint (GP_LOG, "RESET_RESULT: 1\n");
   return (TRUE);
 }
