From: Matthias Wachs Date: Fri, 10 Sep 2010 14:55:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~20351 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd253b7f7591f0869f8ea14ee111b7d3b3e480b6;p=oweals%2Fgnunet.git --- 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;