libpurple/protocols/msn/soap.c

changeset 20851
699feadcdd9a
parent 20845
5ba015a89c62
parent 20847
8967aec3a5e7
child 20910
e2202cc3f125
child 21365
f38476babd88
--- a/libpurple/protocols/msn/soap.c	Thu Oct 04 01:25:43 2007 +0000
+++ b/libpurple/protocols/msn/soap.c	Thu Oct 04 02:42:15 2007 +0000
@@ -764,7 +764,7 @@
  * if not connected, Connected first.
  */
 void
-msn_soap_post(MsnSoapConn *soapconn,MsnSoapReq *request)
+msn_soap_post(MsnSoapConn *soapconn, MsnSoapReq *request)
 {
 	MsnSoapReq *head_request;
 
@@ -808,10 +808,15 @@
 			return;
 		}
 
+#ifdef MSN_SOAP_DEBUG
 		purple_debug_info("MSN SOAP", "Currently processing another SOAP request\n");
 	} else {
 		purple_debug_info("MSN SOAP", "No requests left to dispatch\n");
 	}
+#else
+      }
+#endif
+
 }
 
 /*Post the soap request action*/

mercurial