evolution r35603 - branches/gnome-2-22/e-util



Author: tml
Date: Fri Jun  6 12:24:03 2008
New Revision: 35603
URL: http://svn.gnome.org/viewvc/evolution?rev=35603&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:
   branches/gnome-2-22/e-util/ChangeLog
   branches/gnome-2-22/e-util/e-plugin.c

Modified: branches/gnome-2-22/e-util/e-plugin.c
==============================================================================
--- branches/gnome-2-22/e-util/e-plugin.c	(original)
+++ branches/gnome-2-22/e-util/e-plugin.c	Fri Jun  6 12:24:03 2008
@@ -856,7 +856,7 @@
 		EPluginLibEnableFunc enable;
 
 		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]