summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-06-27 12:49:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-06-27 14:22:33 +0200
commitaa54071b5e6c195e3677aad2d7959a2e901613bd (patch)
tree09a649ca5c98c719a67ad70892d83391509aaa02
parentc50bdcfc98776bd35b65c4f04ba7fafde451dbcb (diff)
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@yahoo.fr>
-rw-r--r--vcl/source/graphic/UnoGraphicProvider.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}