aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-12 13:45:56 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-12 13:45:56 +0000
commit00ac4d1d91a2aa5383a7c795704bc6ce8a2e0efb (patch)
tree31180846d97b06c175337aed776c7d8139163346 /src/testing/test_testing_topology.c
parent463f45e3337c0a5d4613ecc0e2ee998564a00551 (diff)
downloadgnunet-00ac4d1d91a2aa5383a7c795704bc6ce8a2e0efb.tar.gz
gnunet-00ac4d1d91a2aa5383a7c795704bc6ce8a2e0efb.zip
remove debugging stuff, fix for very small values of small world options
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 83c96a451..dd8a16419 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
@@ -709,8 +709,10 @@ topology_callback (void *cls,
709static void topology_creation_finished (void *cls, 709static void topology_creation_finished (void *cls,
710 const char *emsg) 710 const char *emsg)
711{ 711{
712#if VERBOSE
712 if (emsg == NULL) 713 if (emsg == NULL)
713 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "All topology connections created successfully!\n"); 714 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "All topology connections created successfully!\n");
715#endif
714} 716}
715 717
716static void 718static void