binding to specific address
[oweals/gnunet.git] / src / transport / test_transport_api.c
index ba7dc7cc184a6871e6fe69410b7509459fea1cc7..eb64b0f398130a8846a6b17d644ba607843ef6c2 100644 (file)
@@ -116,7 +116,10 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
     GNUNET_SCHEDULER_cancel (send_task);
 
   if (cc != NULL)
+  {
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Fail! Could not connect peers\n"));
     GNUNET_TRANSPORT_TESTING_connect_peers_cancel (cc);
+  }
 
   if (th != NULL)
     GNUNET_TRANSPORT_notify_transmit_ready_cancel (th);