pidgin: 61d502ea: Add missing newline to debug message. Fi...
datallah at pidgin.im
datallah at pidgin.im
Thu Apr 17 09:50:47 EDT 2008
-----------------------------------------------------------------
Revision: 61d502ea8377846692aea9189056d7c134660277
Ancestor: cf08cfd4801c15dfdc26c3875ea3dfad3e28f9c8
Author: datallah at pidgin.im
Date: 2008-04-17T13:48:34
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/61d502ea8377846692aea9189056d7c134660277
Modified files:
libpurple/protocols/yahoo/yahoo.c
ChangeLog:
Add missing newline to debug message. Fixes #5546.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo.c 1d94044a506f083593ae2b43e2e0ae14827fec12
+++ libpurple/protocols/yahoo/yahoo.c f03d8a1b21d1fd393c586bde1769d7b3012af212
@@ -518,7 +518,7 @@ static void yahoo_process_list_15(Purple
} 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);
}
More information about the Commits
mailing list