# HG changeset patch # User Daniel Atallah # Date 1208440114 0 # Node ID 0723826f922983bf6c14bd0816d606e5164b8101 # Parent 8f4f88e03efb4836f6085fbc354f2dd9c4868093 Add missing newline to debug message. Fixes #5546. diff -r 8f4f88e03efb -r 0723826f9229 libpurple/protocols/yahoo/yahoo.c --- 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); }