aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-09 18:21:09 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-09 18:21:09 +0000
commit6af999a2a318a4c3848ef881ab8d5ad9681cf677 (patch)
tree03f25dc255dcec75f7c82820272735f329aec057 /src/dht
parentfa4c37b7bf11220ff5984b9fe9004aa979b6196b (diff)
downloadgnunet-6af999a2a318a4c3848ef881ab8d5ad9681cf677.tar.gz
gnunet-6af999a2a318a4c3848ef881ab8d5ad9681cf677.zip
reduce logging
Diffstat (limited to 'src/dht')
-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 1ea888093..3327a9932 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!