sal/rtl/bootstrap.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit a993b2823a106d15a50005567266acfe2f65e28f
Author: Stephan Bergmann <[email protected]>
AuthorDate: Fri Jan 26 12:43:37 2024 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Mon Feb 12 19:43:06 2024 +0100
Log uses of fundamental.override.ini
Change-Id: I36fa44b063a439edf5411a89f76ec342b1388351
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162601
Tested-by: Stephan Bergmann <[email protected]>
Reviewed-by: Stephan Bergmann <[email protected]>
(cherry picked from commit 6d553405101090ef7a7ff5270e5ef32aa41bd9b3)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163254
Tested-by: Jenkins
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 27773e8a3b42..485d582cc875 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -479,7 +479,10 @@ bool Bootstrap_Impl::getValue(
if (_override_base_ini != nullptr
&& _override_base_ini->getDirectValue(key, value, mode, requestStack))
+ {
+ SAL_INFO("sal.bootstrap", "getValue(" << key << ") from
fundamental.override.ini");
return true;
+ }
if (key == "_OS")
{