From: Nathan S. Evans Date: Thu, 11 Nov 2010 13:13:55 +0000 (+0000) Subject: Log topology information with less verbose logging as well. X-Git-Tag: initial-import-from-subversion-38251~19764 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3ed5b2cba088e93f928cf9d49f3f6e4c2f54e42;p=oweals%2Fgnunet.git Log topology information with less verbose logging as well. --- diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c index 0d72caf3b..b59b14813 100644 --- a/src/dht/gnunet-dht-driver.c +++ b/src/dht/gnunet-dht-driver.c @@ -867,7 +867,7 @@ log_topology_cb (void *cls, topo_ctx->total_peers++; } topo_ctx->total_connections++; - if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno(config, "dht_testing", "mysql_logging_extended")) + if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno(config, "dht_testing", "mysql_logging")) dhtlog_handle->insert_extended_topology(first, second); } else