aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-plugin.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 08c3614ac6..c1abed1c56 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-06 Tor Lillqvist <tml@novell.com>
+
+ * e-plugin.c (epl_loadmodule): Tell which plugin it could not load
+ in the warning message.
+
2008-05-29 Frederic Crozat <fcrozat@mandriva.com>
** Fixes bug #535273
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;
}
n class='insertions'>+0 * - Update to a patched version to fix encoding problems ofhrs2007-06-234-363/+72 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Split the etc/fonts/conf.d/2.ipa-ttfonts.conf file intohrs2007-03-265-25/+29 * Fix pkg-plist.hrs2007-01-182-36/+38 * Update to 1.0.20060520.hrs2007-01-036-49/+334 * - Add a dependency on fc-cache(1) and invoke it when install/deinstall[1]hrs2005-11-143-15/+63