Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19430
Modified Files:
MapiClient.mx
Log Message:
Be more terse on connection failures. The full explanationis given
with --trace.
Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- MapiClient.mx 1 Sep 2007 13:04:59 -0000 1.81
+++ MapiClient.mx 4 Sep 2007 06:28:33 -0000 1.82
@@ -1732,7 +1732,10 @@
}
if (mapi_error(mid)) {
- mapi_explain(mid, stderr);
+ if( trace)
+ mapi_explain(mid, stderr);
+ else
+ fprintf(stderr,"%s",mapi_error_str(mid));
exit(2);
}
if (dump) {
-------------------------------------------------------------------------
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