aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
commita5d0694571db763efd0787a680168492f325b2e6 (patch)
tree1190488e92987d408c93d5b0edf9f0f48d47b81e /src/core/core.h
parent4bc01ed4fb1083681966558efcbc069876cddcc3 (diff)
downloadgnunet-a5d0694571db763efd0787a680168492f325b2e6.tar.gz
gnunet-a5d0694571db763efd0787a680168492f325b2e6.zip
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805).
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