backup errno
[oweals/gnunet.git] / src / transport / transport_api.c
index c71b155493790f1fa24e3323e29a85b3b5b78501..8d08f82d9d3f516796604a662dcc9b977b3992af 100644 (file)
@@ -1150,6 +1150,9 @@ reconnect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   struct GNUNET_TRANSPORT_TransmitHandle *pos;
   struct NeighbourList *n;
 
+  fprintf (stderr,
+          "Trying to reconnect to transport!\n");
+
   /* Forget about all neighbours that we used to be connected
      to */
   while (NULL != (n = h->neighbours))