From: <nos...@us...> - 2006-10-28 13:57:15
|
Revision: 17599 http://svn.sourceforge.net/gaim/?rev=17599&view=rev Author: nosnilmot Date: 2006-10-28 06:57:03 -0700 (Sat, 28 Oct 2006) Log Message: ----------- newline Modified Paths: -------------- trunk/libgaim/plugin.c Modified: trunk/libgaim/plugin.c =================================================================== --- trunk/libgaim/plugin.c 2006-10-28 06:41:32 UTC (rev 17598) +++ trunk/libgaim/plugin.c 2006-10-28 13:57:03 UTC (rev 17599) @@ -364,7 +364,7 @@ { plugin->error = g_strdup_printf("You are using %s, but this plugin requires %s.", gaim_core_get_ui(), plugin->info->ui_requirement); - gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.", plugin->path); + gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.\n", plugin->path); plugin->unloadable = TRUE; return plugin; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |