diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-02 10:32:54 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-02 10:32:54 +0000 |
commit | bd3166176fdb7ed96211eb539316f47843e0faa7 (patch) | |
tree | b5a07651578665954e929e4bccc7db112dc089b2 /protocols | |
parent | 191ac9d7c7f38d4450a2f4f173c5a34be368fd2f (diff) |
Somewhat improve debug logging of HTTP/SOAP stuff.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/msn/soap.c | 2 |
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 ) |