libpurple/protocols/yahoo/yahoo.c

changeset 22826
6652e27fec0d
parent 22811
2e0dca7ea23e
child 22942
2bf494f8e2a4
child 23276
f4944cfaa1ff
--- 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);
 			}

mercurial