sal/rtl/bootstrap.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6d553405101090ef7a7ff5270e5ef32aa41bd9b3
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Fri Jan 26 12:43:37 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Fri Jan 26 13:52:16 2024 +0100

    Log uses of fundamental.override.ini
    
    Change-Id: I36fa44b063a439edf5411a89f76ec342b1388351
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162601
    Tested-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

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")
     {

Reply via email to