aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-17 09:57:21 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-17 09:57:21 +0000
commit1a1643b57d2066ba606b9d630fee991fc4f82da0 (patch)
tree78e794da60e20c0a92c1270dbbefe8c20d4525b1 /src/dht
parent4ac37cd68ee85ef06c71456ca4027ef42c998f47 (diff)
downloadgnunet-1a1643b57d2066ba606b9d630fee991fc4f82da0.tar.gz
gnunet-1a1643b57d2066ba606b9d630fee991fc4f82da0.zip
respect minimal logging
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-dht-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c
index dfe073ce5..8cca5f0d6 100644
--- a/src/dht/gnunet-dht-driver.c
+++ b/src/dht/gnunet-dht-driver.c
@@ -2603,7 +2603,7 @@ topology_callback (void *cls,
2603 2603
2604 GNUNET_SCHEDULER_cancel (die_task); 2604 GNUNET_SCHEDULER_cancel (die_task);
2605 2605
2606 if (dhtlog_handle != NULL) 2606 if ((GNUNET_YES == dhtlog_minimal) && (NULL != dhtlog_handle))
2607 { 2607 {
2608 topo_ctx = GNUNET_malloc(sizeof(struct TopologyIteratorContext)); 2608 topo_ctx = GNUNET_malloc(sizeof(struct TopologyIteratorContext));
2609 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Setting continue gets and puts as topo_cont\n"); 2609 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Setting continue gets and puts as topo_cont\n");