Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23515

Modified Files:
        mchkpnt mrecover stethoscope.mx 
Log Message:
Approving tests "


Index: mchkpnt
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mchkpnt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mchkpnt     3 Jan 2007 12:20:32 -0000       1.11
+++ mchkpnt     19 Aug 2007 09:49:51 -0000      1.12
@@ -32,7 +32,7 @@
        local linenr="$1" exitnr="$2"
        shift 2
        echo >&2
-       echo "A fatal error occurred at line ${linenr}!" >&2
+       echo "A fatal error detected at line ${linenr}!" >&2
        echo -e "${*:-(no error message given)}" >&2
        echo "Exit state: ${exitnr}" >&2
        echo "Please check your configuration and try again" >&2

Index: stethoscope.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/stethoscope.mx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- stethoscope.mx      14 Jun 2007 18:55:21 -0000      1.25
+++ stethoscope.mx      19 Aug 2007 09:49:51 -0000      1.26
@@ -238,7 +238,7 @@
         {"password", 1, 0, 'P'},
         {"port", 1, 0, 'p'},
         {"host", 0, 0, 'h'},
-        {"help", 1, 0, '?'},
+        {"help", 0, 0, '?'},
         {"gnuplot", 1, 0, 'g'},
         {0, 0, 0, 0}
     };

Index: mrecover
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mrecover,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mrecover    3 Jan 2007 12:20:32 -0000       1.9
+++ mrecover    19 Aug 2007 09:49:51 -0000      1.10
@@ -32,7 +32,7 @@
        local linenr="$1" exitnr="$2"
        shift 2
        echo >&2
-       echo "A fatal error occurred at line ${linenr}!" >&2
+       echo "A fatal error detected at line ${linenr}!" >&2
        echo -e "${*:-(no error message given)}" >&2
        echo "Exit state: ${exitnr}" >&2
        echo "Please check your configuration and try again" >&2


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to