diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-08-31 14:18:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-08-31 21:50:18 +0200 |
commit | af8ee87852496e51d4c3e0e8f446503e4a8faabb (patch) | |
tree | acffb6de87d9b138394b348ba016e724c995c5c9 /configmgr | |
parent | 774ca713bf838ef6996e2598d4a43c6fea6bc85c (diff) |
SAL_WARN->SAL_INFO in Access::getChild
reduce log noise
Change-Id: I95393f18fe8cc019c89ad4779d5b10f64993bd51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156340
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/access.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index 00a9db96407f..46657374030a 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -1377,7 +1377,7 @@ rtl::Reference< ChildAccess > Access::getChild(OUString const & name) { << locale << "\" recursively starting with \"*\""); return getChild(locale); } - SAL_WARN_IF( + SAL_INFO_IF( locale.isEmpty(), "configmgr", ("access best-matching localized property value via \"*<locale>\"" " with empty <locale>; falling back to defaults")); |