diff options
-rw-r--r-- | vcl/source/graphic/Manager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |