sal/rtl/bootstrap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa5ba20b953da85ad387449cf613d7be59c3d5c2
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Aug 4 21:10:10 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Aug 5 08:12:52 2022 +0200

    Fix typo
    
    ...introduced in f59136a2ed1e3eb01cc5b62c5a7da07c34cbdfae "tdf#91794 remove
    OSL_DEBUG_LEVEL > 1 conditionals"
    
    Change-Id: I4ead69b3fac4ab51602c3cbd25c8481e749a3e75
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137835
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 12558d319e44..6188406cab5d 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -761,7 +761,7 @@ void SAL_CALL rtl_bootstrap_set (
         }
     }
 
-    SAL_INFO("sal.bootstrap", "explicitly getting: name=" << name << " value=" 
<<value);
+    SAL_INFO("sal.bootstrap", "explicitly setting: name=" << name << " value=" 
<<value);
 
     rtl_bootstrap_set_vector.emplace_back(name, value);
 }

Reply via email to