From: Matthias Wachs Date: Tue, 14 Feb 2012 11:16:16 +0000 (+0000) Subject: - remove log msg X-Git-Tag: initial-import-from-subversion-38251~14854 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63b1a7a11c47a878a7806be041cde9f046331896;p=oweals%2Fgnunet.git - remove log msg --- 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) #endif /* Clean up sessions */ GNUNET_CONTAINER_multihashmap_get_multiple (plugin->sessions, &target->hashPubKey, &disconnect_and_free_it, plugin); - - LOG (GNUNET_ERROR_TYPE_DEBUG, - "FREEED SESSIONS from peer `%s'\n", GNUNET_i2s (target)); } static struct Session *