Mercurial > pidgin
changeset 14832:828ef7b19b59
[gaim-migrate @ 17599]
newline
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 28 Oct 2006 13:57:03 +0000 |
parents | 9cf3263c3f2f |
children | 2b369cd04576 |
files | libgaim/plugin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/plugin.c Sat Oct 28 06:41:32 2006 +0000 +++ b/libgaim/plugin.c Sat Oct 28 13:57:03 2006 +0000 @@ -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; }