aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
commita5d0694571db763efd0787a680168492f325b2e6 (patch)
tree1190488e92987d408c93d5b0edf9f0f48d47b81e /src/transport/plugin_transport_http.h
parent4bc01ed4fb1083681966558efcbc069876cddcc3 (diff)
downloadgnunet-a5d0694571db763efd0787a680168492f325b2e6.tar.gz
gnunet-a5d0694571db763efd0787a680168492f325b2e6.zip
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805).
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 11584553a..9b057d1b0 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -45,7 +45,7 @@
45#define DEBUG_HTTP GNUNET_YES 45#define DEBUG_HTTP GNUNET_YES
46#define VERBOSE_SERVER GNUNET_YES 46#define VERBOSE_SERVER GNUNET_YES
47#define VERBOSE_CLIENT GNUNET_YES 47#define VERBOSE_CLIENT GNUNET_YES
48#define VERBOSE_CURL GNUNET_NO 48#define VERBOSE_CURL GNUNET_EXTRA_LOGGING
49 49
50#if BUILD_HTTPS 50#if BUILD_HTTPS
51#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_init 51#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_init