From: Matthias Wachs Date: Tue, 24 Aug 2010 13:22:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~20545 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=536851a1167ed2c5abee5ec6433864e082b1f77a;p=oweals%2Fgnunet.git --- 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);