aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-14 11:16:16 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-14 11:16:16 +0000
commit63b1a7a11c47a878a7806be041cde9f046331896 (patch)
tree939e78b0ed7e854ad9c709d3d372b59013f77e2e /src/transport
parent2a2b685134a975eaab3ca44bf7f1e6bedef6e768 (diff)
downloadgnunet-63b1a7a11c47a878a7806be041cde9f046331896.tar.gz
gnunet-63b1a7a11c47a878a7806be041cde9f046331896.zip
- remove log msg
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_udp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index a83dc5c1b..d3352b346 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -594,9 +594,6 @@ udp_disconnect (void *cls, const struct GNUNET_PeerIdentity *target)
594#endif 594#endif
595 /* Clean up sessions */ 595 /* Clean up sessions */
596 GNUNET_CONTAINER_multihashmap_get_multiple (plugin->sessions, &target->hashPubKey, &disconnect_and_free_it, plugin); 596 GNUNET_CONTAINER_multihashmap_get_multiple (plugin->sessions, &target->hashPubKey, &disconnect_and_free_it, plugin);
597
598 LOG (GNUNET_ERROR_TYPE_DEBUG,
599 "FREEED SESSIONS from peer `%s'\n", GNUNET_i2s (target));
600} 597}
601 598
602static struct Session * 599static struct Session *