peers_left = num_peers; /* Reset counter */
if (GNUNET_TESTING_create_topology (pg, topology, blacklist_topology, blacklist_transports) != GNUNET_SYSERR)
{
-#if VERBOSE
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Topology set up, now starting peers!\n");
-#endif
GNUNET_TESTING_daemons_continue_startup(pg);
}
else
peers_left--;
if (GNUNET_YES == update_meter(hostkey_meter))
{
-#if VERBOSE
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"All %d hostkeys created, now creating topology!\n",
num_peers);
-#endif
GNUNET_SCHEDULER_cancel (die_task);
/* Set up task in case topology creation doesn't finish
* within a reasonable amount of time */
dhtlog_handle->set_malicious (&my_identity);
#endif
malicious_dropper = GNUNET_YES;
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"%s:%s Initiating malicious DROP behavior\n", my_short_id,
"DHT");
break;