diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-01 13:35:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-01 18:47:17 +0200 |
commit | 7848c24fe7afbe1bece2499158aa2467b1f76f27 (patch) | |
tree | f0dad2fdea1929936ed913d4cf96e8576f5a4fb9 /editeng | |
parent | 34961dbc26856cfef518c606bc3b5972e8a062ce (diff) |
SAL_WARN->SAL_INF in SvxUnoTextField
these are not indicative of any kind of problem
Change-Id: Iad8b265fa7b397a4551b3037572a534d64952ef1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156408
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/uno/unofield.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx index 237b336b68a1..c9b1adc90fe4 100644 --- a/editeng/source/uno/unofield.cxx +++ b/editeng/source/uno/unofield.cxx @@ -372,7 +372,7 @@ SvxUnoTextField::SvxUnoTextField( uno::Reference< text::XTextRange > xAnchor, co break; default: - SAL_WARN("editeng", "Id service unknown: " << mnServiceId); + SAL_INFO("editeng", "Id service unknown: " << mnServiceId); break; } } |