summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-01-26 12:43:37 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-01-26 13:52:16 +0100
commit6d553405101090ef7a7ff5270e5ef32aa41bd9b3 (patch)
treeaed982257675fecb1bb0619144a18006040c7230
parentf7c74f6605bad0d278e3c4042ddc333b9602bc7a (diff)
Log uses of fundamental.override.ini
Change-Id: I36fa44b063a439edf5411a89f76ec342b1388351 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162601 Tested-by: Stephan Bergmann <stephan.bergmann@allotropia.de> Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
-rw-r--r--sal/rtl/bootstrap.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 3ac3e4137d26..d22d61e6e671 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -468,7 +468,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")
{