summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-08 12:45:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-08 22:20:39 +0200
commitadc98f1da8a5c30f2b2964024ffd300ac5907deb (patch)
tree37b35dda9164267f81c39611f7d30e79d23e4093 /vcl
parent91695ecf98c32c6e99b4c6f803a896180ba96a53 (diff)
downgrade warning to info
Change-Id: Ia29abf667b1d010692e89b3b8c23614a4b345669 Reviewed-on: https://gerrit.libreoffice.org/71962 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/graphic/Manager.cxx2
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;