vcl/source/outdev/font.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fffdfd9e58a6ec31be775123ae6d3f90a6e8e840
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Thu Aug 31 14:17:17 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Aug 31 18:39:50 2023 +0200

    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.gran...@collabora.co.uk>

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;
                 }

Reply via email to