(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 Jun 2010 13:10:19 +0000 (13:10 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 Jun 2010 13:10:19 +0000 (13:10 +0000)
src/transport/plugin_transport_http.c
src/transport/test_plugin_transport_data_http.conf
src/transport/test_plugin_transport_http.c

index 58051e90e00a5b4dd8c950a9727aeb4eca9c261a..1dee788d6f512fb84f83a18b70e61f5e988ef5b0 100644 (file)
@@ -39,7 +39,7 @@
 #include <curl/curl.h>
 
 
-#define DEBUG_CURL GNUNET_YES
+#define DEBUG_CURL GNUNET_NO
 #define DEBUG_HTTP GNUNET_NO
 
 /**
index 707cd02d0b29068bcd2132fc1cdc9c899f591172..df1a47a3686f3a6242396c807809a0d07c027ca6 100644 (file)
@@ -7,7 +7,7 @@ WEAKRANDOM = YES
 
 [transport-http]
 PORT = 12389
-DEBUG = YES
+DEBUG = NO
 
 [statistics]
 ACCEPT_FROM6 = ::1;
index 5bbb49084affcd79b2ccf38a1531b24891f7002c..d8e0b4f1f889e3aaa3085074ec9ddb3688b9105c 100644 (file)
@@ -42,9 +42,9 @@
 #include "transport.h"
 #include <curl/curl.h>
 
-#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