# HG changeset patch # User Mark Doliner # Date 1112677337 0 # Node ID c29edc9a5e40607ccdae30225812d616b008941b # Parent 48779a02fe99ac15eb36cfea4b722b742555be30 [gaim-migrate @ 12417] sf patch #1176803, from Richard Laager "This patch puts this debugging output where it belongs." committer: Tailor Script diff -r 48779a02fe99 -r c29edc9a5e40 src/protocols/yahoo/yahoo.c --- 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");