diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-03-03 10:31:09 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-03-03 10:31:09 +0000 |
| commit | bcb34494fe93d057210bc7e4048da66ce455c953 (patch) | |
| tree | 62d5617972162e102499e0b2ca4c99c67233ee9a /src/filters | |
| parent | Test. Fix for Bug #1286977 (trunk: make check fails (hpgl_output)). (diff) | |
| download | inkscape-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.cpp | 2 |
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 |
