remove output
[oweals/gnunet.git] / src / transport / transport_api.c
index 8dc4c7a42f67574a0107cbed2dc36332f6c7965f..f92895c528b0ad7b043ffacb0f1dd1b531d44e8d 100644 (file)
@@ -1054,6 +1054,9 @@ send_try_connect (void *cls, size_t size, void *buf)
     if (NULL != tch->cb)
       tch->cb (tch->cb_cls, GNUNET_SYSERR);
     GNUNET_CONTAINER_DLL_remove (tch->th->tc_head, tch->th->tc_tail, tch);
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "Discarding  `%s' request to `%4s' due to error in transport service connection.\n", "REQUEST_CONNECT",
+         GNUNET_i2s (&tch->pid));
     GNUNET_free (tch);
     return 0;
   }