gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12292 - gnunet/src/transport
Date: Tue, 20 Jul 2010 17:22:17 +0200

Author: wachs
Date: 2010-07-20 17:22:17 +0200 (Tue, 20 Jul 2010)
New Revision: 12292

Modified:
   gnunet/src/transport/plugin_transport_http.c
   gnunet/src/transport/test_plugin_transport_http.c
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-07-20 15:13:06 UTC 
(rev 12291)
+++ gnunet/src/transport/plugin_transport_http.c        2010-07-20 15:22:17 UTC 
(rev 12292)
@@ -1442,8 +1442,6 @@
       handles_last_run = running;
     }
   while (mret == CURLM_CALL_MULTI_PERFORM);
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Rescheduling with %u curl handles active\n",running);
   curl_schedule(plugin);
 }
 

Modified: gnunet/src/transport/test_plugin_transport_http.c
===================================================================
--- gnunet/src/transport/test_plugin_transport_http.c   2010-07-20 15:13:06 UTC 
(rev 12291)
+++ gnunet/src/transport/test_plugin_transport_http.c   2010-07-20 15:22:17 UTC 
(rev 12292)
@@ -45,7 +45,7 @@
 #include <arpa/inet.h>
 
 #define VERBOSE GNUNET_YES
-#define DEBUG GNUNET_NO
+#define DEBUG GNUNET_YES
 #define DEBUG_CURL GNUNET_NO
 #define HTTP_BUFFER_SIZE 2048
 
@@ -1087,6 +1087,7 @@
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Disconnect from peer: `%s'\n", 
GNUNET_i2s(&my_identity));
     api->disconnect(api->cls, &my_identity);
 
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Phase 3: sending messages\n"));
     /* send a multiple GNUNET_messages at a time*/
     size = 2 * sizeof(struct GNUNET_MessageHeader);
     msg = GNUNET_malloc( 2* size);




reply via email to

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