aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-21 12:57:16 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-21 12:57:16 +0000
commitba62fb823f6801608250a97c719981ba823faae3 (patch)
treecd0675f9b06176c9227f1ca8dd13ad9890a002da /src/testing/test_testing_topology.c
parentfe43907c45344d500907e593f3132db71f7e4a58 (diff)
downloadgnunet-ba62fb823f6801608250a97c719981ba823faae3.tar.gz
gnunet-ba62fb823f6801608250a97c719981ba823faae3.zip
additional topology creation option, for adding closest underlay capable peers to topology
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index af4a6a39f..1dc4f47dd 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -26,7 +26,7 @@
26#include "gnunet_core_service.h" 26#include "gnunet_core_service.h"
27#include "gnunet_os_lib.h" 27#include "gnunet_os_lib.h"
28 28
29#define VERBOSE GNUNET_YES 29#define VERBOSE GNUNET_NO
30 30
31#define DELAY_FOR_LOGGING GNUNET_NO 31#define DELAY_FOR_LOGGING GNUNET_NO
32 32
@@ -270,7 +270,6 @@ disconnect_cores (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
270 270
271static void stats_finished (void *cls, int result) 271static void stats_finished (void *cls, int result)
272{ 272{
273 fprintf(stderr, "Finished getting all peers statistics!\n");
274 GNUNET_SCHEDULER_add_now (sched, &finish_testing, NULL); 273 GNUNET_SCHEDULER_add_now (sched, &finish_testing, NULL);
275} 274}
276 275
@@ -292,7 +291,7 @@ static int stats_print (void *cls,
292 uint64_t value, 291 uint64_t value,
293 int is_persistent) 292 int is_persistent)
294{ 293{
295 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "%s:%s:%s -- %llu\n", GNUNET_i2s(peer), subsystem, name, value); 294 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "%s:%s:%s -- %llu\n", GNUNET_i2s(peer), subsystem, name, value);
296 return GNUNET_OK; 295 return GNUNET_OK;
297} 296}
298 297