summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-08-31 14:18:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-08-31 21:50:18 +0200
commitaf8ee87852496e51d4c3e0e8f446503e4a8faabb (patch)
treeacffb6de87d9b138394b348ba016e724c995c5c9 /configmgr
parent774ca713bf838ef6996e2598d4a43c6fea6bc85c (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.cxx2
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"));