aboutsummaryrefslogtreecommitdiff
path: root/src/block
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/block
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/block')
-rw-r--r--src/block/plugin_block_dht.c2
-rw-r--r--src/block/plugin_block_dns.c2
-rw-r--r--src/block/plugin_block_fs.c2
-rw-r--r--src/block/plugin_block_template.c2
-rw-r--r--src/block/plugin_block_test.c2
-rw-r--r--src/block/test_block.c4
6 files changed, 7 insertions, 7 deletions
diff --git a/src/block/plugin_block_dht.c b/src/block/plugin_block_dht.c
index 331eea4f6..c58615b72 100644
--- a/src/block/plugin_block_dht.c
+++ b/src/block/plugin_block_dht.c
@@ -31,7 +31,7 @@
31#include "gnunet_hello_lib.h" 31#include "gnunet_hello_lib.h"
32#include "gnunet_block_plugin.h" 32#include "gnunet_block_plugin.h"
33 33
34#define DEBUG_DHT GNUNET_NO 34#define DEBUG_DHT GNUNET_EXTRA_LOGGING
35 35
36 36
37/** 37/**
diff --git a/src/block/plugin_block_dns.c b/src/block/plugin_block_dns.c
index e20370685..22fae2c17 100644
--- a/src/block/plugin_block_dns.c
+++ b/src/block/plugin_block_dns.c
@@ -29,7 +29,7 @@
29#include "block_dns.h" 29#include "block_dns.h"
30#include "gnunet_signatures.h" 30#include "gnunet_signatures.h"
31 31
32#define DEBUG_DHT GNUNET_NO 32#define DEBUG_DHT GNUNET_EXTRA_LOGGING
33 33
34/** 34/**
35 * Function called to validate a reply or a request. For 35 * Function called to validate a reply or a request. For
diff --git a/src/block/plugin_block_fs.c b/src/block/plugin_block_fs.c
index 28a56526b..5a0e90a92 100644
--- a/src/block/plugin_block_fs.c
+++ b/src/block/plugin_block_fs.c
@@ -29,7 +29,7 @@
29#include "block_fs.h" 29#include "block_fs.h"
30#include "gnunet_signatures.h" 30#include "gnunet_signatures.h"
31 31
32#define DEBUG_FS_BLOCK GNUNET_NO 32#define DEBUG_FS_BLOCK GNUNET_EXTRA_LOGGING
33 33
34/** 34/**
35 * Number of bits we set per entry in the bloomfilter. 35 * Number of bits we set per entry in the bloomfilter.
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c
index 7ce3004eb..6ed675dc9 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -27,7 +27,7 @@
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_block_plugin.h" 28#include "gnunet_block_plugin.h"
29 29
30#define DEBUG_TEMPLATE GNUNET_NO 30#define DEBUG_TEMPLATE GNUNET_EXTRA_LOGGING
31 31
32 32
33/** 33/**
diff --git a/src/block/plugin_block_test.c b/src/block/plugin_block_test.c
index 76853a1f0..0c769b837 100644
--- a/src/block/plugin_block_test.c
+++ b/src/block/plugin_block_test.c
@@ -28,7 +28,7 @@
28#include "platform.h" 28#include "platform.h"
29#include "gnunet_block_plugin.h" 29#include "gnunet_block_plugin.h"
30 30
31#define DEBUG_TEST GNUNET_NO 31#define DEBUG_TEST GNUNET_EXTRA_LOGGING
32 32
33 33
34/** 34/**
diff --git a/src/block/test_block.c b/src/block/test_block.c
index f7a3422e0..d1d3edb96 100644
--- a/src/block/test_block.c
+++ b/src/block/test_block.c
@@ -25,9 +25,9 @@
25#include "platform.h" 25#include "platform.h"
26#include "gnunet_block_lib.h" 26#include "gnunet_block_lib.h"
27 27
28#define DEBUG GNUNET_NO 28#define DEBUG GNUNET_EXTRA_LOGGING
29 29
30#define VERBOSE GNUNET_NO 30#define VERBOSE GNUNET_EXTRA_LOGGING
31 31
32static int 32static int
33test_fs (struct GNUNET_BLOCK_Context *ctx) 33test_fs (struct GNUNET_BLOCK_Context *ctx)