summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-23 10:10:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-23 10:10:39 +0000
commitc30d9ea5af167ff86db1a9ddba435ebc333c46fb (patch)
tree6dbd9ef26f56b768bdfa39426692f996e86f598c /src/core/core.h
parentaeb60f732c91f08bbcc4d9f2f307f2f4d43f9131 (diff)
downloadgnunet-c30d9ea5af167ff86db1a9ddba435ebc333c46fb.tar.gz
gnunet-c30d9ea5af167ff86db1a9ddba435ebc333c46fb.zip
fix
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 701078ee5..d74ee06f6 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_NO 32#define DEBUG_CORE GNUNET_YES
33 33
34/** 34/**
35 * Debugging interaction core-clients. 35 * Debugging interaction core-clients.