changeset 22683:0723826f9229

Add missing newline to debug message. Fixes #5546.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 17 Apr 2008 13:48:34 +0000
parents 8f4f88e03efb
children 9fa57410e743
files libpurple/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Thu Apr 17 07:09:46 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Thu Apr 17 13:48:34 2008 +0000
@@ -518,7 +518,7 @@
 
 			} else {
 				/* This buddy is on the ignore list (and therefore in no group) */
-				purple_debug_info("yahoo", "%s adding %s to the deny list because of the ignore list / no group was found",
+				purple_debug_info("yahoo", "%s adding %s to the deny list because of the ignore list / no group was found\n",
 								  account->username, norm_bud);
 				purple_privacy_deny_add(account, norm_bud, 1);
 			}