gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12729 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r12729 - gnunet/src/transport
Date: Tue, 24 Aug 2010 15:22:10 +0200

Author: wachs
Date: 2010-08-24 15:22:10 +0200 (Tue, 24 Aug 2010)
New Revision: 12729

Modified:
   gnunet/src/transport/plugin_transport_https.c
Log:


Modified: gnunet/src/transport/plugin_transport_https.c
===================================================================
--- gnunet/src/transport/plugin_transport_https.c       2010-08-24 12:44:08 UTC 
(rev 12728)
+++ gnunet/src/transport/plugin_transport_https.c       2010-08-24 13:22:10 UTC 
(rev 12729)
@@ -42,7 +42,7 @@
 #include <curl/curl.h>
 
 #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 @@
 
   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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]