diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-08-04 21:10:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-08-05 08:12:52 +0200 |
commit | fa5ba20b953da85ad387449cf613d7be59c3d5c2 (patch) | |
tree | 2a8a86303287bb2e1865b2e3b3d4af0ceebc2b7a /sal | |
parent | a56d0c34716f381accbd9d2e3040a62d3583d18d (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/bootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |