diff src/protocols/msn/transaction.c @ 10403:e5455f1dc9b6

[gaim-migrate @ 11648] This is "Yet another MSN fix" from Felipe, it actually turned into "Several MSN fixes", see bug 1088651 for the details. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Dec 2004 20:13:54 +0000
parents f776e117c17b
children bcfea6c3d5c9
line wrap: on
line diff
--- a/src/protocols/msn/transaction.c	Wed Dec 22 23:45:37 2004 +0000
+++ b/src/protocols/msn/transaction.c	Thu Dec 23 20:13:54 2004 +0000
@@ -189,7 +189,9 @@
 	trans = data;
 	g_return_val_if_fail(trans != NULL, FALSE);
 
-	gaim_debug_info("msn", "%s %d %s\n", trans->command, trans->trId, trans->params);
+#if 0
+	gaim_debug_info("msn", "timed out: %s %d %s\n", trans->command, trans->trId, trans->params);
+#endif
 
 	if (trans->timeout_cb != NULL)
 		trans->timeout_cb(trans->cmdproc, trans);