[Libreoffice-commits] core.git: desktop/source
Michael Meeks (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 15 18:56:03 UTC 2019
desktop/source/lib/init.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 110ee112e17091cc8ca9b16ac73d4bfae286c91c
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Mon Apr 15 13:16:53 2019 +0100
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Mon Apr 15 20:54:55 2019 +0200
lok: rename - emitted as events not on stdout now.
Change-Id: Ie57c34eff1d917fada4e10e4b88b27adf8a34d1a
Reviewed-on: https://gerrit.libreoffice.org/70788
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index e6feceb595b2..327be8ab2bdd 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -4531,7 +4531,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char
// Did we do a pre-initialize
static bool bPreInited = false;
- static bool bProfileZones = getenv("SAL_PROFILEZONE_STDOUT") != nullptr;
+ static bool bProfileZones = getenv("SAL_PROFILEZONE_EVENTS") != nullptr;
// What stage are we at ?
if (pThis == nullptr)
More information about the Libreoffice-commits
mailing list