From: Matthias Wachs Date: Wed, 16 Jun 2010 13:10:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21367 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d438e6898c262ed7627030f88a0710e1053e287;p=oweals%2Fgnunet.git --- diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 58051e90e..1dee788d6 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -39,7 +39,7 @@ #include -#define DEBUG_CURL GNUNET_YES +#define DEBUG_CURL GNUNET_NO #define DEBUG_HTTP GNUNET_NO /** diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf index 707cd02d0..df1a47a36 100644 --- a/src/transport/test_plugin_transport_data_http.conf +++ b/src/transport/test_plugin_transport_data_http.conf @@ -7,7 +7,7 @@ WEAKRANDOM = YES [transport-http] PORT = 12389 -DEBUG = YES +DEBUG = NO [statistics] ACCEPT_FROM6 = ::1; diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index 5bbb49084..d8e0b4f1f 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -42,9 +42,9 @@ #include "transport.h" #include -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define DEBUG GNUNET_NO -#define DEBUG_CURL GNUNET_YES +#define DEBUG_CURL GNUNET_NO #define HTTP_BUFFER_SIZE 2048 #define PLUGIN libgnunet_plugin_transport_template