Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25052

Modified Files:
        monetdb_status.c 
Log Message:
p is modified by deserialise, and deserialise now gives a helpful message 
itself, so don't print p

U monetdb_status.c
Index: monetdb_status.c
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb_status.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monetdb_status.c    14 Sep 2009 19:24:04 -0000      1.2
+++ monetdb_status.c    15 Sep 2009 12:01:45 -0000      1.3
@@ -305,7 +305,7 @@
                                e = SABAOTHdeserialise(&stats, &p);
                                if (e != NULL) {
                                        printf("WARNING: failed to parse 
response from "
-                                                       "merovingian: %s 
(%s)\n", e, p);
+                                                       "merovingian: %s\n", e);
                                        GDKfree(e);
                                        continue;
                                }


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to