From ab29a358fd25f22f8836d6a53a0601dab24e718c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 6 Jun 2008 12:25:02 +0000 Subject: Tell which plugin it could not load in the warning message. 2008-06-06 Tor Lillqvist * e-plugin.c (epl_loadmodule): Tell which plugin it could not load in the warning message. svn path=/trunk/; revision=35604 --- e-util/e-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-plugin.c') diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c index 570d3b7e55..e55792c573 100644 --- a/e-util/e-plugin.c +++ b/e-util/e-plugin.c @@ -995,7 +995,7 @@ epl_loadmodule(EPlugin *ep) return 0; if ((epl->module = g_module_open(epl->location, 0)) == NULL) { - g_warning("can't load plugin '%s'", g_module_error()); + g_warning("can't load plugin '%s': %s", epl->location, g_module_error()); return -1; } -- cgit v1.2.3