diff src/prpl.c @ 5271:216e28b00b7f

[gaim-migrate @ 5643] fix buddies getting stuck typing when they sign off, and fix something else I found annoying committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 01 May 2003 15:56:06 +0000
parents 1a53330dfd34
children 1f901484599d
line wrap: on
line diff
--- a/src/prpl.c	Thu May 01 08:58:56 2003 +0000
+++ b/src/prpl.c	Thu May 01 15:56:06 2003 +0000
@@ -85,7 +85,7 @@
 	GSList *d = do_ask_dialogs;
 
 	gaim_debug(GAIM_DEBUG_MISC, "prpl",
-			   "%d dialogs to search", g_slist_length(d));
+			   "%d dialogs to search\n", g_slist_length(d));
 
 	while (d) {
 		struct doaskstruct *doask = d->data;