diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2019-04-15 13:16:53 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-04-15 20:54:55 +0200 |
commit | 110ee112e17091cc8ca9b16ac73d4bfae286c91c (patch) | |
tree | 924254555fda09a7a168fa8cb3733bd153895809 /desktop | |
parent | 304425807e9172ac7a85d5f17fceba2735218409 (diff) |
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@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |