comphelper/source/misc/profilezone.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6aa148fd9317fc5dbcab24e3f51bd89779d3a6d6
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Apr 15 18:29:26 2021 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Apr 27 12:42:22 2021 +0200

    Add also the comma separator between Event Trace events
    
    Change-Id: I13221b9e6437789a72b6d759de4dd0f4434e0fd8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114160
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114558
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114655
    Tested-by: Jenkins

diff --git a/comphelper/source/misc/profilezone.cxx 
b/comphelper/source/misc/profilezone.cxx
index 996213b5112a..02e740a2090b 100644
--- a/comphelper/source/misc/profilezone.cxx
+++ b/comphelper/source/misc/profilezone.cxx
@@ -63,7 +63,7 @@ void ProfileZone::addRecording()
                             "\"dur\":" + OUString::number(nNow - 
m_nCreateTime) + ","
                             "\"pid\":" + OUString::number(m_nPid) + ","
                             "\"tid\":" + 
OUString::number(osl_getThreadIdentifier(nullptr)) +
-                            "}");
+                            "},");
     ::osl::MutexGuard aGuard(g_aMutex);
 
     g_aRecording.emplace_back(sRecordingData);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to