aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-09-09 07:35:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-09-09 07:35:29 +0000
commit92fbbc82d4bd9a19a6f83ccee592f8c77dd5838c (patch)
treebd8191c925f190120b0d34e9f6e60a3a8c3e90a7 /src/transport/plugin_transport_http.c
parent03b868fd37be1cd78385425baafa9d058e14331a (diff)
downloadgnunet-92fbbc82d4bd9a19a6f83ccee592f8c77dd5838c.tar.gz
gnunet-92fbbc82d4bd9a19a6f83ccee592f8c77dd5838c.zip
MHD debug messages switched off
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 84177af54..b4488ffa4 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -42,7 +42,7 @@
42 42
43#define DEBUG_HTTP GNUNET_NO 43#define DEBUG_HTTP GNUNET_NO
44#define DEBUG_CURL GNUNET_NO 44#define DEBUG_CURL GNUNET_NO
45#define DEBUG_MHD GNUNET_YES 45#define DEBUG_MHD GNUNET_NO
46#define DEBUG_CONNECTIONS GNUNET_NO 46#define DEBUG_CONNECTIONS GNUNET_NO
47#define DEBUG_SESSION_SELECTION GNUNET_NO 47#define DEBUG_SESSION_SELECTION GNUNET_NO
48 48