From dd253b7f7591f0869f8ea14ee111b7d3b3e480b6 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 10 Sep 2010 14:55:15 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 2b52f37c4..c2f8a6091 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -53,7 +53,7 @@ #endif #define DEBUG_HTTP GNUNET_NO -#define DEBUG_CURL GNUNET_YES +#define DEBUG_CURL GNUNET_NO #define DEBUG_MHD GNUNET_NO #define DEBUG_CONNECTIONS GNUNET_NO #define DEBUG_SESSION_SELECTION GNUNET_NO @@ -1712,7 +1712,7 @@ int curl_logger (CURL * curl, curl_infotype type , char * data, size_t size , vo text[size] = '\n'; text[size+1] = '\0'; } - GNUNET_log (GNUNET_ERROR_TYPE_ERROR,"CURL: Connection %X - %s", cls, text); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"CURL: Connection %X - %s", cls, text); GNUNET_free(text); } return 0; -- 2.25.1