summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-08-31 14:17:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-08-31 18:39:50 +0200
commitfffdfd9e58a6ec31be775123ae6d3f90a6e8e840 (patch)
treed341c7a9cc0891a0ad0754556d8a60634d41bb99 /vcl/source/outdev/font.cxx
parentbe53bf55c44dedd9a94c74b8f7c1c222746ed23f (diff)
SAL_WARN->SAL_INFO in ImplGlyphFallbackLayout
reduce log noise Change-Id: I479f936284922ad1062cab0e9ae78795aed84e91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156339 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/outdev/font.cxx')
-rw-r--r--vcl/source/outdev/font.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index 4198cf334a15..ea0727b294f9 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -1080,7 +1080,7 @@ std::unique_ptr<SalLayout> OutputDevice::ImplGlyphFallbackLayout( std::unique_pt
{
if(aMissingCodes != oldMissingCodes)
{
- SAL_WARN("vcl.gdi", "Font fallback to the same font, but has missing codes");
+ SAL_INFO("vcl.gdi", "Font fallback to the same font, but has missing codes");
// Restore the missing codes if we're not going to use this font.
aMissingCodes = oldMissingCodes;
}