summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-04-29 12:06:24 +0300
committerTor Lillqvist <tml@collabora.com>2021-04-29 14:17:32 +0200
commit4419c19197280973d9bc6934e85bc08828871448 (patch)
treee13d17edcda4b0c0def9ec346ab7ea487d0948af
parent312191c32af99eb46934df71807f3a1723b61fa7 (diff)
Let's call it "traceeventrecording" and not "profilezonerecording"
It is not just ProfileZone events any longer that are recorded. Change-Id: I9c2b5817fca8f8a23ebd571cbaccb9ac063ec73b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114849 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index c0839e63f778..fcc260ee66a0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3847,7 +3847,7 @@ static void lo_setOption(LibreOfficeKit* /*pThis*/, const char *pOption, const c
{
static char* pCurrentSalLogOverride = nullptr;
- if (strcmp(pOption, "profilezonerecording") == 0)
+ if (strcmp(pOption, "traceeventrecording") == 0)
{
if (strcmp(pValue, "start") == 0)
comphelper::TraceEvent::startRecording();