Changeset: 951e402f0f02 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=951e402f0f02
Modified Files:
        clients/src/mapiclient/mclient.mx
Branch: Jun2010
Log Message:

Slightly more compact rendering of release name.


diffs (17 lines):

diff -r 919b50c99641 -r 951e402f0f02 clients/src/mapiclient/mclient.mx
--- a/clients/src/mapiclient/mclient.mx Wed Jul 21 15:04:46 2010 +0200
+++ b/clients/src/mapiclient/mclient.mx Wed Jul 21 15:29:29 2010 +0200
@@ -2564,11 +2564,8 @@
 
                stream_printf(toConsole,
                              "Welcome to mclient, the MonetDB%s "
-                             "interactive terminal\n", lang);
-               if (strcmp(MONETDB_RELEASE, "unreleased") == 0)
-                       stream_printf(toConsole, "Not released\n");
-               else
-                       stream_printf(toConsole, "Release %s\n", 
MONETDB_RELEASE);
+                             "interactive terminal (%s)\n",
+                             lang, MONETDB_RELEASE);
 
                if (mode == SQL &&
                    (hdl = mapi_query(mid,
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to