vcl/source/graphic/Manager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit adc98f1da8a5c30f2b2964024ffd300ac5907deb Author: Caolán McNamara <[email protected]> AuthorDate: Wed May 8 12:45:28 2019 +0100 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
