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

Modified Files:
        merovingian.mx 
Log Message:
Be more specific


Index: merovingian.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/merovingian.mx,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- merovingian.mx      2 Sep 2007 15:13:51 -0000       1.37
+++ merovingian.mx      2 Sep 2007 16:14:07 -0000       1.38
@@ -876,7 +876,8 @@
 
        while (_keepListening == 1) {
                if ((f = fopen((char *)d, "r")) == NULL) {
-                       fprintf(stderr, "unable to open up control command 
channel for reading\n");
+                       fprintf(stderr, "unable to open up control command 
channel "
+                                       "for reading: %s\n", strerror(errno));
                        return;
                }
 


-------------------------------------------------------------------------
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