vcl/source/graphic/UnoGraphicProvider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aa54071b5e6c195e3677aad2d7959a2e901613bd Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sun Jun 27 12:49:27 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jun 27 14:22:33 2021 +0200 Indicate the file in error in (vcl/UnoGraphicProvider) Change-Id: I7f379bf189071893d3b9eeb813ea9e570922fee3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117946 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/graphic/UnoGraphicProvider.cxx b/vcl/source/graphic/UnoGraphicProvider.cxx index 448aba60bb2c..00343b8f3567 100644 --- a/vcl/source/graphic/UnoGraphicProvider.cxx +++ b/vcl/source/graphic/UnoGraphicProvider.cxx @@ -429,7 +429,7 @@ uno::Reference< ::graphic::XGraphic > SAL_CALL GraphicProvider::queryGraphic( co xRet = pUnoGraphic; } else{ - SAL_WARN("svtools", "Could not create graphic: " << error); + SAL_WARN("svtools", "Could not create graphic for:" << aPath << " error: " << error); } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits