From: Nathan S. Evans Date: Thu, 17 Feb 2011 09:57:21 +0000 (+0000) Subject: respect minimal logging X-Git-Tag: initial-import-from-subversion-38251~19112 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a1643b57d2066ba606b9d630fee991fc4f82da0;p=oweals%2Fgnunet.git respect minimal logging --- 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, GNUNET_SCHEDULER_cancel (die_task); - if (dhtlog_handle != NULL) + if ((GNUNET_YES == dhtlog_minimal) && (NULL != dhtlog_handle)) { topo_ctx = GNUNET_malloc(sizeof(struct TopologyIteratorContext)); GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Setting continue gets and puts as topo_cont\n");