Changeset: 51178e88e47e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=51178e88e47e
Modified Files:
        tools/mserver/mserver5.c
Branch: profiler
Log Message:

Layout changes


diffs (12 lines):

diff --git a/tools/mserver/mserver5.c b/tools/mserver/mserver5.c
--- a/tools/mserver/mserver5.c
+++ b/tools/mserver/mserver5.c
@@ -155,7 +155,7 @@ monet_hello(void)
        printf("# Visit http://www.monetdb.org/ for further information\n");
 
        // The properties shipped through the performance profiler
-       len = snprintf(monetdb_characteristics, 
sizeof(monetdb_characteristics)-1, "{\n\"MonetDBversion\":\"%s\",\n", VERSION);
+       len = snprintf(monetdb_characteristics, 
sizeof(monetdb_characteristics)-1, "{\n\"version\":\"%s\",\n", VERSION);
        len += snprintf(monetdb_characteristics + len, 
sizeof(monetdb_characteristics)-1-len, "\"release\":\"%s\",\n", 
MONETDB_RELEASE);
        len += snprintf(monetdb_characteristics + len, 
sizeof(monetdb_characteristics)-1-len, "\"host\":\"%s\",\n", HOST);
        len += snprintf(monetdb_characteristics + len, 
sizeof(monetdb_characteristics)-1-len, "\"threads\":\"%d\",\n", GDKnr_threads);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to