Changeset: 5cb2dc0bf2bd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5cb2dc0bf2bd
Modified Files:
        monetdb5/mal/mal_profiler.c
Branch: default
Log Message:

Don't forget the commas in JSON


diffs (12 lines):

diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -159,7 +159,7 @@ renderProfilerEvent(MalBlkPtr mb, MalStk
        /* make profile event tuple  */
        lognew();
        logadd("{%s",prettify); // fill in later with the event counter
-       logadd("\"source\": \"trace\"%s", prettify);
+       logadd("\"source\": \"trace\",%s", prettify);
 
        logadd("\"clk\":"LLFMT",%s",usec,prettify);
        logadd("\"ctime\":"LLFMT".%06ld,%s", sec, microseconds, prettify);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to