aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/soap.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-12-02 10:32:54 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2011-12-02 10:32:54 +0000
commitbd3166176fdb7ed96211eb539316f47843e0faa7 (patch)
treeb5a07651578665954e929e4bccc7db112dc089b2 /protocols/msn/soap.c
parent191ac9d7c7f38d4450a2f4f173c5a34be368fd2f (diff)
Somewhat improve debug logging of HTTP/SOAP stuff.
Diffstat (limited to 'protocols/msn/soap.c')
-rw-r--r--protocols/msn/soap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c
index 467429fb..ea9a0699 100644
--- a/protocols/msn/soap.c
+++ b/protocols/msn/soap.c
@@ -222,7 +222,6 @@ static void msn_soap_debug_print( const char *headers, const char *payload )
st = write( 1, headers, strlen( headers ) );
}
-#ifdef DEBUG
if( payload )
{
struct xt_node *xt = xt_from_string( payload );
@@ -230,7 +229,6 @@ static void msn_soap_debug_print( const char *headers, const char *payload )
xt_print( xt );
xt_free_node( xt );
}
-#endif
}
int msn_soapq_flush( struct im_connection *ic, gboolean resend )