aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-19 09:45:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-19 09:45:43 +0000
commit65d296760b4b361aac3d4be479eb7daf195eb146 (patch)
tree4bc5498285e3ebfabc7cc8602adb84d225d8f2d7
parentac63e76767c2349a081287ef26201e6f15ae096a (diff)
downloadgnunet-65d296760b4b361aac3d4be479eb7daf195eb146.tar.gz
gnunet-65d296760b4b361aac3d4be479eb7daf195eb146.zip
disable debug options
-rw-r--r--src/transport/test_plugin_transport.c2
-rw-r--r--src/transport/test_transport_api.c2
-rw-r--r--src/transport/transport.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 6bb187b19..794c8311d 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -37,7 +37,7 @@
37#include "gnunet_transport_plugin.h" 37#include "gnunet_transport_plugin.h"
38#include "transport.h" 38#include "transport.h"
39 39
40#define VERBOSE GNUNET_YES 40#define VERBOSE GNUNET_NO
41 41
42/** 42/**
43 * How long until we give up on transmitting the message? 43 * How long until we give up on transmitting the message?
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index cf5b471f8..eb64b0f39 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -37,7 +37,7 @@
37#include "transport.h" 37#include "transport.h"
38#include "transport-testing.h" 38#include "transport-testing.h"
39 39
40#define VERBOSE GNUNET_YES 40#define VERBOSE GNUNET_NO
41 41
42#define VERBOSE_ARM GNUNET_NO 42#define VERBOSE_ARM GNUNET_NO
43 43
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 99fa16866..505d106e0 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -30,7 +30,7 @@
30#include "gnunet_time_lib.h" 30#include "gnunet_time_lib.h"
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32 32
33#define DEBUG_TRANSPORT GNUNET_YES 33#define DEBUG_TRANSPORT GNUNET_NO
34 34
35#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO 35#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO
36 36