aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet-dht-driver.c8
-rw-r--r--src/dht/gnunet-service-dht.c2
2 files changed, 3 insertions, 7 deletions
diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c
index 79ee22c1d..e9a30c39b 100644
--- a/src/dht/gnunet-dht-driver.c
+++ b/src/dht/gnunet-dht-driver.c
@@ -2617,10 +2617,8 @@ create_topology ()
2617 peers_left = num_peers; /* Reset counter */ 2617 peers_left = num_peers; /* Reset counter */
2618 if (GNUNET_TESTING_create_topology (pg, topology, blacklist_topology, blacklist_transports) != GNUNET_SYSERR) 2618 if (GNUNET_TESTING_create_topology (pg, topology, blacklist_topology, blacklist_transports) != GNUNET_SYSERR)
2619 { 2619 {
2620#if VERBOSE 2620 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
2621 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2622 "Topology set up, now starting peers!\n"); 2621 "Topology set up, now starting peers!\n");
2623#endif
2624 GNUNET_TESTING_daemons_continue_startup(pg); 2622 GNUNET_TESTING_daemons_continue_startup(pg);
2625 } 2623 }
2626 else 2624 else
@@ -2662,11 +2660,9 @@ hostkey_callback (void *cls,
2662 peers_left--; 2660 peers_left--;
2663 if (GNUNET_YES == update_meter(hostkey_meter)) 2661 if (GNUNET_YES == update_meter(hostkey_meter))
2664 { 2662 {
2665#if VERBOSE 2663 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
2666 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2667 "All %d hostkeys created, now creating topology!\n", 2664 "All %d hostkeys created, now creating topology!\n",
2668 num_peers); 2665 num_peers);
2669#endif
2670 GNUNET_SCHEDULER_cancel (die_task); 2666 GNUNET_SCHEDULER_cancel (die_task);
2671 /* Set up task in case topology creation doesn't finish 2667 /* Set up task in case topology creation doesn't finish
2672 * within a reasonable amount of time */ 2668 * within a reasonable amount of time */
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index 454dfe581..b7778df8b 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -4540,7 +4540,7 @@ handle_dht_control_message (void *cls, struct GNUNET_SERVER_Client *client,
4540 dhtlog_handle->set_malicious (&my_identity); 4540 dhtlog_handle->set_malicious (&my_identity);
4541#endif 4541#endif
4542 malicious_dropper = GNUNET_YES; 4542 malicious_dropper = GNUNET_YES;
4543 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 4543 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
4544 "%s:%s Initiating malicious DROP behavior\n", my_short_id, 4544 "%s:%s Initiating malicious DROP behavior\n", my_short_id,
4545 "DHT"); 4545 "DHT");
4546 break; 4546 break;