From fb5687d53b36893140f420b448c2587d6e1a621b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 20 Jul 2010 15:22:17 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 2 -- src/transport/test_plugin_transport_http.c | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 8277bf365..c5de1cc78 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -1442,8 +1442,6 @@ static void curl_perform (void *cls, 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); } diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index fbb758f7e..e2a899f0f 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -45,7 +45,7 @@ #include #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 @@ static void run_connection_tests( int phase , void * cls) 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); -- 2.25.1