summaryrefslogtreecommitdiff
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 37580bb82..17a4c8fd4 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -30,12 +30,12 @@
30/** 30/**
31 * General core debugging. 31 * General core debugging.
32 */ 32 */
33#define DEBUG_CORE GNUNET_NO 33#define DEBUG_CORE GNUNET_EXTRA_LOGGING
34 34
35/** 35/**
36 * Debugging interaction core-clients. 36 * Debugging interaction core-clients.
37 */ 37 */
38#define DEBUG_CORE_CLIENT GNUNET_NO 38#define DEBUG_CORE_CLIENT GNUNET_EXTRA_LOGGING
39 39
40/** 40/**
41 * Definition of bits in the InitMessage's options field that specify 41 * Definition of bits in the InitMessage's options field that specify