Mercurial > pidgin.yaz
changeset 10784:c29edc9a5e40
[gaim-migrate @ 12417]
sf patch #1176803, from Richard Laager
"This patch puts this debugging output where it belongs."
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 05 Apr 2005 05:02:17 +0000 |
parents | 48779a02fe99 |
children | 4a2f361f49b9 |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Tue Apr 05 00:20:59 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Apr 05 05:02:17 2005 +0000 @@ -1464,7 +1464,7 @@ sprintf(byte, "%c", delimit_lookup[lookup]); strcat(resp_96, byte); } - printf("yahoo status : %d\n", yd->current_status); + gaim_debug_info("yahoo", "yahoo status: %d\n", yd->current_status); pack = yahoo_packet_new(YAHOO_SERVICE_AUTHRESP, yd->current_status, 0); yahoo_packet_hash(pack, "sssss", 0, name, 6, resp_6, 96, resp_96, 1, name, 135, "6,0,0,1710");