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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 27 12:23:05 UTC 2021


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

New commits:
commit aa54071b5e6c195e3677aad2d7959a2e901613bd
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Jun 27 12:49:27 2021 +0200
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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);
             }
         }
     }


More information about the Libreoffice-commits mailing list