aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology_blacklist.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-16 15:39:39 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-16 15:39:39 +0000
commit67fad57cfc09d62dcc2d47166a2ab6b4c1d44347 (patch)
treefb58155353cfe98e6be75a4eb63d9e62ae80e64f /src/testing/test_testing_topology_blacklist.c
parentcd3497d84532959a26c05342d01ea7107b146358 (diff)
downloadgnunet-67fad57cfc09d62dcc2d47166a2ab6b4c1d44347.tar.gz
gnunet-67fad57cfc09d62dcc2d47166a2ab6b4c1d44347.zip
Fix for blacklist testcase; more aggressive reconnect attempts.
Diffstat (limited to 'src/testing/test_testing_topology_blacklist.c')
-rw-r--r--src/testing/test_testing_topology_blacklist.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/test_testing_topology_blacklist.c b/src/testing/test_testing_topology_blacklist.c
index 1123c2f39..aa4a9cac7 100644
--- a/src/testing/test_testing_topology_blacklist.c
+++ b/src/testing/test_testing_topology_blacklist.c
@@ -190,15 +190,17 @@ topology_callback (void *cls,
190 fprintf (dotOutFile, "\tn%s -- n%s;\n", first_daemon->shortname, 190 fprintf (dotOutFile, "\tn%s -- n%s;\n", first_daemon->shortname,
191 second_daemon->shortname); 191 second_daemon->shortname);
192 } 192 }
193#if VERBOSE 193
194 else 194 else
195 { 195 {
196 failed_connections++; 196 failed_connections++;
197#if VERBOSE
197 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 198 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
198 "Failed to connect peer %s to peer %s with error :\n%s\n", 199 "Failed to connect peer %s to peer %s with error :\n%s\n",
199 first_daemon->shortname, second_daemon->shortname, emsg); 200 first_daemon->shortname, second_daemon->shortname, emsg);
200 }
201#endif 201#endif
202 }
203
202 204
203 if (total_connections == expected_connections) 205 if (total_connections == expected_connections)
204 { 206 {