aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-06 10:02:16 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-06 10:02:16 +0000
commit7fb21027ff8726fec229ef0a55b84263be0c18d0 (patch)
tree2c080a875b6788c1e35bd77a80371b8f66e9816f /src/dht/dht.h
parent7671f5631189a466fe35ebaeeffb8312ab696794 (diff)
downloadgnunet-7fb21027ff8726fec229ef0a55b84263be0c18d0.tar.gz
gnunet-7fb21027ff8726fec229ef0a55b84263be0c18d0.zip
dht service bug, reduce debug level
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index b5006ab8c..0f9d28fe4 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -27,7 +27,7 @@
27#ifndef DHT_H_ 27#ifndef DHT_H_
28#define DHT_H_ 28#define DHT_H_
29 29
30#define DEBUG_DHT GNUNET_YES 30#define DEBUG_DHT GNUNET_NO
31 31
32/** 32/**
33 * Needs to be GNUNET_YES for logging to dhtlog to work! 33 * Needs to be GNUNET_YES for logging to dhtlog to work!