aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 6fd595b8b..a8d90b81a 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -41,12 +41,12 @@
41/** 41/**
42 * General core debugging. 42 * General core debugging.
43 */ 43 */
44#define DEBUG_CORE GNUNET_YES 44#define DEBUG_CORE GNUNET_NO
45 45
46/** 46/**
47 * Debugging interaction core-clients. 47 * Debugging interaction core-clients.
48 */ 48 */
49#define DEBUG_CORE_CLIENT GNUNET_YES 49#define DEBUG_CORE_CLIENT GNUNET_NO
50 50
51/** 51/**
52 * Definition of bits in the InitMessage's options field that specify 52 * Definition of bits in the InitMessage's options field that specify