From 536851a1167ed2c5abee5ec6433864e082b1f77a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 24 Aug 2010 13:22:10 +0000 Subject: [PATCH] --- src/transport/plugin_transport_https.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_https.c b/src/transport/plugin_transport_https.c index aa4adbf92..fc548868d 100644 --- a/src/transport/plugin_transport_https.c +++ b/src/transport/plugin_transport_https.c @@ -42,7 +42,7 @@ #include #define DEBUG_HTTPS GNUNET_NO -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define DEBUG_CURL GNUNET_NO #define DEBUG_CONNECTIONS GNUNET_NO #define DEBUG_SESSION_SELECTION GNUNET_NO @@ -1310,7 +1310,9 @@ static size_t curl_send_cb(void *stream, size_t size, size_t nmemb, void *ptr) if ( msg->pos == msg->size) { +#if DEBUG_HTTPS GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Connection %X: Message with %u bytes sent, removing message from queue \n",ps, msg->pos); +#endif /* Calling transmit continuation */ if (NULL != msg->transmit_cont) msg->transmit_cont (msg->transmit_cont_cls,&(ps->peercontext)->identity,GNUNET_OK); -- 2.25.1