diff src/protocols/msn/cmdproc.c @ 19788:8b4653986e8e

[gaim-migrate @ 16600] change to add SOAP HTTP header retrieve Now Can do the OIM Message XML process submitted by Ma Yuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 30 Jul 2006 13:44:34 +0000
parents 23258253c7a0
children
line wrap: on
line diff
--- a/src/protocols/msn/cmdproc.c	Sun Jul 23 12:19:10 2006 +0000
+++ b/src/protocols/msn/cmdproc.c	Sun Jul 30 13:44:34 2006 +0000
@@ -133,7 +133,7 @@
 	}
 
 	msn_servconn_write(servconn, data, len);
-	gaim_debug_info("<<","%s\n",data);
+//	gaim_debug_info("<<","%s\n",data);
 
 	g_free(data);
 }