# HG changeset patch # User Stu Tomlinson # Date 1162043823 0 # Node ID 828ef7b19b596dfdbf6e1d6ebd06c9c38a573286 # Parent 9cf3263c3f2fb0ee6a7125dc9333efe3e70d8b46 [gaim-migrate @ 17599] newline committer: Tailor Script diff -r 9cf3263c3f2f -r 828ef7b19b59 libgaim/plugin.c --- 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; }