im.pidgin.pidgin: d92104c7d4ca74830b02d92c7af33d3445b2e581

kstange at pidgin.im kstange at pidgin.im
Thu Oct 18 23:25:46 EDT 2007


-----------------------------------------------------------------
Revision: d92104c7d4ca74830b02d92c7af33d3445b2e581
Ancestor: aed8cc0e2684056309c481d621fdafcd366b7d24
Author: kstange at pidgin.im
Date: 2007-10-19T03:03:45
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/msn/soap.c

ChangeLog: 

Fix compile with --enable-debug

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/soap.c	92d4ba1fc4f25a60c17f698d362128e8b8c28ae6
+++ libpurple/protocols/msn/soap.c	d17140804761e4caf6e5c9a3faf6e0c19ad74725
@@ -857,7 +857,7 @@ msn_soap_post_request(MsnSoapConn *soapc
 	node = xmlnode_from_str(request->body, -1);
 	if (node != NULL) {
 		char *formattedstr = xmlnode_to_formatted_str(node, NULL);
-		purple_debug_info("MSN SOAP","Posting request to SOAP server:\n%s%s\n",soap_head, formattedstr);
+		purple_debug_info("MSN SOAP","Posting request to SOAP server:\n%s%s\n",request_str, formattedstr);
 		g_free(formattedstr);
 		xmlnode_free(node);
 	}


More information about the Commits mailing list