aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-05-14 08:33:14 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-05-14 08:33:14 +0000
commit845c1c5a2825fb8120fab349ac22113396bb5eea (patch)
tree2fdae121cf091bc7274d07f2f070a4a931ba8fb6 /src/transport/transport_api.c
parent72069b90f7bc3bc6a98a7ae4e447006349863b36 (diff)
downloadgnunet-845c1c5a2825fb8120fab349ac22113396bb5eea.tar.gz
gnunet-845c1c5a2825fb8120fab349ac22113396bb5eea.zip
compile error in udp
additional debug messages for transport connections
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 8dc4c7a42..ac37274c6 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1055,6 +1055,9 @@ send_try_connect (void *cls, size_t size, void *buf)
1055 tch->cb (tch->cb_cls, GNUNET_SYSERR); 1055 tch->cb (tch->cb_cls, GNUNET_SYSERR);
1056 GNUNET_CONTAINER_DLL_remove (tch->th->tc_head, tch->th->tc_tail, tch); 1056 GNUNET_CONTAINER_DLL_remove (tch->th->tc_head, tch->th->tc_tail, tch);
1057 GNUNET_free (tch); 1057 GNUNET_free (tch);
1058 LOG (GNUNET_ERROR_TYPE_DEBUG,
1059 "Discarding `%s' request to `%4s' due to error in transport service connection.\n", "REQUEST_CONNECT",
1060 GNUNET_i2s (&tch->pid));
1058 return 0; 1061 return 0;
1059 } 1062 }
1060 LOG (GNUNET_ERROR_TYPE_DEBUG, 1063 LOG (GNUNET_ERROR_TYPE_DEBUG,