diff src/protocols/msn/msg.c @ 19742: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 bc30c6270d9f
children da3f8f7ec3ce
line wrap: on
line diff
--- a/src/protocols/msn/msg.c	Sun Jul 23 12:19:10 2006 +0000
+++ b/src/protocols/msn/msg.c	Sun Jul 30 13:44:34 2006 +0000
@@ -214,7 +214,7 @@
 	char **elems, **cur, **tokens;
 
 	g_return_if_fail(payload != NULL);
-
+	gaim_debug_info("MaYuan","payload:{%s}\n",payload);
 	tmp_base = tmp = g_malloc0(payload_len + 1);
 	memcpy(tmp_base, payload, payload_len);