[Libreoffice-commits] core.git: comphelper/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 27 10:43:00 UTC 2021


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

New commits:
commit 6aa148fd9317fc5dbcab24e3f51bd89779d3a6d6
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Apr 15 18:29:26 2021 +0300
Commit:     Tor Lillqvist <tml at 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 <tml at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114558
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at 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);


More information about the Libreoffice-commits mailing list