[gaim-migrate @ 12417]

Tue, 05 Apr 2005 05:02:17 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 05 Apr 2005 05:02:17 +0000
changeset 10784
bfce89c840f9
parent 10783
566217565d70
child 10785
dddaac60f963

[gaim-migrate @ 12417]
sf patch #1176803, from Richard Laager
"This patch puts this debugging output where it belongs."

committer: Mark Doliner <markdoliner@pidgin.im>

src/protocols/yahoo/yahoo.c file | annotate | diff | comparison | revisions
--- 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");

mercurial