Mercurial > pidgin
changeset 20994:1054e35acf65
Fix compile with --enable-debug
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Fri, 19 Oct 2007 03:03:45 +0000 |
parents | d75823791c02 |
children | 87c9d114864b |
files | libpurple/protocols/msn/soap.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/soap.c Fri Oct 19 02:12:00 2007 +0000 +++ b/libpurple/protocols/msn/soap.c Fri Oct 19 03:03:45 2007 +0000 @@ -857,7 +857,7 @@ 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); }