aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-17 14:23:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-17 14:23:22 +0000
commit57c43f6e066cd8697b864ca3e6967a09cd322c2b (patch)
tree3f21813630868445502204ffbec116c185797741 /src/core
parentb72f6ef6daf67fbd316c603ef7fe230edfc805a8 (diff)
downloadgnunet-57c43f6e066cd8697b864ca3e6967a09cd322c2b.tar.gz
gnunet-57c43f6e066cd8697b864ca3e6967a09cd322c2b.zip
dbg
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core.h2
-rw-r--r--src/core/gnunet-service-core.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index ea2925797..45d138140 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.
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index e67468e38..65b6d7397 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -42,7 +42,7 @@
42#include "core.h" 42#include "core.h"
43 43
44 44
45#define DEBUG_HANDSHAKE GNUNET_NO 45#define DEBUG_HANDSHAKE GNUNET_YES
46 46
47#define DEBUG_CORE_QUOTA GNUNET_NO 47#define DEBUG_CORE_QUOTA GNUNET_NO
48 48