Log topology information with less verbose logging as well.
authorNathan S. Evans <evans@in.tum.de>
Thu, 11 Nov 2010 13:13:55 +0000 (13:13 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 11 Nov 2010 13:13:55 +0000 (13:13 +0000)
src/dht/gnunet-dht-driver.c

index 0d72caf3bdce23a2eb66e75e586cf64479c1a1cb..b59b148135c16765cf2f6b6419fc6132b1c3cc2a 100644 (file)
@@ -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