From: Matthias Wachs Date: Thu, 9 Sep 2010 07:35:29 +0000 (+0000) Subject: MHD debug messages switched off X-Git-Tag: initial-import-from-subversion-38251~20383 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92fbbc82d4bd9a19a6f83ccee592f8c77dd5838c;p=oweals%2Fgnunet.git MHD debug messages switched off --- 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