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

Modified Files:
        merovingian_controlrunner.c 
Log Message:
don't emit a confusing error message

U merovingian_controlrunner.c
Index: merovingian_controlrunner.c
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/merovingian_controlrunner.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- merovingian_controlrunner.c 18 Sep 2009 14:24:24 -0000      1.18
+++ merovingian_controlrunner.c 18 Sep 2009 14:49:46 -0000      1.19
@@ -231,10 +231,9 @@
                                        }
                                        if (dp == NULL) {
                                                Mfprintf(_mero_ctlerr, 
"received stop signal for "
-                                                               "database not 
under merovingian control: %s\n",
-                                                               q);
+                                                               "non running 
database: %s\n", q);
                                                len = snprintf(buf2, 
sizeof(buf2),
-                                                               "'%s' is not 
controlled by merovingian\n", q);
+                                                               "database is 
not running: %s\n", q);
                                                send(msgsock, buf2, len, 0);
                                        }
                                        pthread_mutex_unlock(&_mero_topdp_lock);


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