aboutsummaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_daemon_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology.c')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c
index 477d218ce..6b2c58208 100644
--- a/src/topology/test_gnunet_daemon_topology.c
+++ b/src/topology/test_gnunet_daemon_topology.c
@@ -208,7 +208,7 @@ notify_connect_complete (void *cls,
208 GNUNET_TESTBED_operation_done (op); 208 GNUNET_TESTBED_operation_done (op);
209 if (NULL != emsg) 209 if (NULL != emsg)
210 { 210 {
211 FPRINTF (stderr, "Failed to connect two peers: %s\n", emsg); 211 fprintf (stderr, "Failed to connect two peers: %s\n", emsg);
212 result = GNUNET_SYSERR; 212 result = GNUNET_SYSERR;
213 GNUNET_SCHEDULER_shutdown (); 213 GNUNET_SCHEDULER_shutdown ();
214 return; 214 return;