From 92fbbc82d4bd9a19a6f83ccee592f8c77dd5838c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 9 Sep 2010 07:35:29 +0000 Subject: [PATCH] MHD debug messages switched off --- src/transport/plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #define DEBUG_HTTP GNUNET_NO #define DEBUG_CURL GNUNET_NO -#define DEBUG_MHD GNUNET_YES +#define DEBUG_MHD GNUNET_NO #define DEBUG_CONNECTIONS GNUNET_NO #define DEBUG_SESSION_SELECTION GNUNET_NO -- 2.25.1