evolution r35604 - trunk/e-util



Author: tml
Date: Fri Jun  6 12:25:02 2008
New Revision: 35604
URL: http://svn.gnome.org/viewvc/evolution?rev=35604&view=rev

Log:
2008-06-06  Tor Lillqvist  <tml novell com>

	* e-plugin.c (epl_loadmodule): Tell which plugin it could not load
	in the warning message.



Modified:
   trunk/e-util/ChangeLog
   trunk/e-util/e-plugin.c

Modified: trunk/e-util/e-plugin.c
==============================================================================
--- trunk/e-util/e-plugin.c	(original)
+++ trunk/e-util/e-plugin.c	Fri Jun  6 12:25:02 2008
@@ -995,7 +995,7 @@
 		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;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]