remove port from transport section because it was getting in the way of making sense...
[oweals/gnunet.git] / src / transport / plugin_transport_http.c
index 2b52f37c42c80f9e3eec596432e2b2282a2c15e8..c2f8a6091b1c32c65064007762981c72c701b2cb 100644 (file)
@@ -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;