diff libpurple/protocols/yahoo/yahoo.c @ 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 3378d2701c2b
children cc8903c59d6b 718a9c287839
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);
 			}