summaryrefslogtreecommitdiffstats
path: root/src/extension/loader.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2016-04-21 06:14:10 +0000
committerJon A. Cruz <jon@joncruz.org>2016-04-21 06:14:10 +0000
commite71c798f2fd8610baaddbb58d103b2ef44d65ccb (patch)
treec9cdc3f3f3619e5212f4113c368899fd41c1d974 /src/extension/loader.cpp
parentfix #1571365 linking on win32 (diff)
downloadinkscape-e71c798f2fd8610baaddbb58d103b2ef44d65ccb.tar.gz
inkscape-e71c798f2fd8610baaddbb58d103b2ef44d65ccb.zip
minor warning cleanup.
(bzr r14861)
Diffstat (limited to '')
-rw-r--r--src/extension/loader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/loader.cpp b/src/extension/loader.cpp
index 32ac4b3b4..110df3ae3 100644
--- a/src/extension/loader.cpp
+++ b/src/extension/loader.cpp
@@ -59,7 +59,7 @@ Implementation::Implementation *Loader::load_implementation(Inkscape::XML::Docum
if( !success ){
// Could not load dependency, we abort
const char *res = g_module_error();
- g_warning("Unable to load dependency %s of plugin %s.\nDetails: %s\n", dep.get_name(), res);
+ g_warning("Unable to load dependency %s of plugin %s.\nDetails: %s\n", dep.get_name(), "<todo>", res);
return NULL;
}
}
@@ -134,4 +134,4 @@ Implementation::Implementation *Loader::load_implementation(Inkscape::XML::Docum
fill-column:99
End:
*/
-// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99: \ No newline at end of file
+// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99: