aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-06 09:27:09 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-06 09:27:09 +0000
commit8dda1a3517c7c27d1ce48b27f234c15a0e394666 (patch)
tree614308b335c14eeb6736a79fcb2118e86c8b981b /src/dht/dht.h
parentcf6c6eea38863e2abe0421762c5e9dd3becc0b24 (diff)
downloadgnunet-8dda1a3517c7c27d1ce48b27f234c15a0e394666.tar.gz
gnunet-8dda1a3517c7c27d1ce48b27f234c15a0e394666.zip
type errors, test case errors, etc.
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 0f9d28fe4..b5006ab8c 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_NO 30#define DEBUG_DHT GNUNET_YES
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!