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 22:13:58 +0200
commit8ab3f5a0e6e1465aeb0cd780a26ccb6ce4f8282a (patch)
tree231b1c77f52cc9c4016969cb50e7b69a7987775b
parent86f84bc3475358aed4d6154a04554dd0064ec61f (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/+/114873 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 f46530ebc803..fecf7871f69b 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3865,7 +3865,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();