aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/core.h2
-rw-r--r--src/topology/Makefile.am2
-rw-r--r--src/transport/transport.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h
index d74ee06f6..701078ee5 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -29,7 +29,7 @@
29/** 29/**
30 * General core debugging. 30 * General core debugging.
31 */ 31 */
32#define DEBUG_CORE GNUNET_YES 32#define DEBUG_CORE GNUNET_NO
33 33
34/** 34/**
35 * Debugging interaction core-clients. 35 * Debugging interaction core-clients.
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index daceb1bec..6d7f766bc 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -22,7 +22,7 @@ gnunet_daemon_topology_LDADD = \
22check_PROGRAMS = \ 22check_PROGRAMS = \
23 test_gnunet_service_topology 23 test_gnunet_service_topology
24 24
25#TESTS = $(check_PROGRAMS) 25TESTS = $(check_PROGRAMS)
26 26
27test_gnunet_service_topology_SOURCES = \ 27test_gnunet_service_topology_SOURCES = \
28 test_gnunet_service_topology.c 28 test_gnunet_service_topology.c
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 4310b5cae..93d36eca9 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/** 35/**
36 * For how long do we allow unused bandwidth 36 * For how long do we allow unused bandwidth