summaryrefslogtreecommitdiffstats
path: root/src/filters
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-03-03 10:31:09 +0000
committertavmjong-free <tavmjong@free.fr>2014-03-03 10:31:09 +0000
commitbcb34494fe93d057210bc7e4048da66ce455c953 (patch)
tree62d5617972162e102499e0b2ca4c99c67233ee9a /src/filters
parentTest. Fix for Bug #1286977 (trunk: make check fails (hpgl_output)). (diff)
downloadinkscape-bcb34494fe93d057210bc7e4048da66ce455c953.tar.gz
inkscape-bcb34494fe93d057210bc7e4048da66ce455c953.zip
Don't try to load JPG and PNG files with createChildDoc().
(bzr r13099)
Diffstat (limited to 'src/filters')
-rw-r--r--src/filters/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/image.cpp b/src/filters/image.cpp
index 9a1b85911..6e50a0e3c 100644
--- a/src/filters/image.cpp
+++ b/src/filters/image.cpp
@@ -134,7 +134,7 @@ void SPFeImage::set(unsigned int key, gchar const *value) {
this->requestModified(SP_OBJECT_MODIFIED_FLAG);
break;
} else {
- g_warning("SVG element URI was not found in the document while loading this");
+ g_warning("SVG element URI was not found in the document while loading this: %s", value);
}
}
// catches either MalformedURIException or UnsupportedURIException