Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17074

Modified Files:
        sql_env.mx 
Log Message:
warning->error's


Index: sql_env.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_env.mx,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- sql_env.mx  3 Jan 2007 12:39:46 -0000       1.61
+++ sql_env.mx  25 Mar 2007 17:19:48 -0000      1.62
@@ -96,14 +96,14 @@
                char *schema = stack_get_string(m, "current_schema");
 
                if (!mvc_set_schema(m, schema)) {
-                       GDKwarning("Schema (%s) missing\n", schema);
+                       GDKerror("Schema (%s) missing\n", schema);
                        return GDK_FAIL;
                }
        } else if (strcmp(name, "current_role") == 0) {
                char *role = stack_get_string(m, "current_role");
 
                if (!mvc_set_role(m, role)) {
-                       GDKwarning("Role (%s) missing\n", role);
+                       GDKerror("Role (%s) missing\n", role);
                        return GDK_FAIL;
                }
        } else if (strcmp(name, "current_timezone") == 0) {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to