[Libreoffice-commits] core.git: vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed May 8 20:21:43 UTC 2019


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

New commits:
commit adc98f1da8a5c30f2b2964024ffd300ac5907deb
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed May 8 12:45:28 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed May 8 22:20:39 2019 +0200

    downgrade warning to info
    
    Change-Id: Ia29abf667b1d010692e89b3b8c23614a4b345669
    Reviewed-on: https://gerrit.libreoffice.org/71962
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/graphic/Manager.cxx b/vcl/source/graphic/Manager.cxx
index fe80fdf5aaa4..c85bbc53c6dc 100644
--- a/vcl/source/graphic/Manager.cxx
+++ b/vcl/source/graphic/Manager.cxx
@@ -137,7 +137,7 @@ void Manager::registerGraphic(const std::shared_ptr<ImpGraphic>& pImpGraphic,
 
     if (calculatedSize != mnUsedSize)
     {
-        SAL_WARN_IF(calculatedSize != mnUsedSize, "vcl.gdi",
+        SAL_INFO_IF(calculatedSize != mnUsedSize, "vcl.gdi",
                     "Calculated size mismatch. Variable size is '"
                         << mnUsedSize << "' but calculated size is '" << calculatedSize << "'");
         mnUsedSize = calculatedSize;


More information about the Libreoffice-commits mailing list