From: Christian Grothoff Date: Mon, 17 Oct 2011 20:18:23 +0000 (+0000) Subject: bulk X-Git-Tag: initial-import-from-subversion-38251~16446 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d8c1840e80302bc9b330ac6699cc90038f53ad7;p=oweals%2Fgnunet.git bulk --- diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 2a97f8155..8cbd32dd3 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -297,7 +297,7 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer, if ((ats_count > 0) && (ats != NULL)) { if (NULL != session) - GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, + GNUNET_log_from (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK, "transport-ats", "Giving ATS session %p of plugin %s for peer %s\n", session, @@ -357,7 +357,7 @@ plugin_env_session_end (void *cls, const struct GNUNET_PeerIdentity *peer, session, GNUNET_i2s (peer)); #endif if (NULL != session) - GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, + GNUNET_log_from (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK, "transport-ats", "Telling ATS to destroy session %p from peer %s\n", session, diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 330991d04..6f8281c5b 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -648,7 +648,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, if (NULL == n) { if (NULL != session) - GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, + GNUNET_log_from (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK, "transport-ats", "Telling ATS to destroy session %p of peer %s\n", session, @@ -808,7 +808,7 @@ GST_neighbours_session_terminated (const struct GNUNET_PeerIdentity *peer, session, GNUNET_i2s (peer)); #endif if (NULL != session) - GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, + GNUNET_log_from (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK, "transport-ats", "Telling ATS to destroy session %p of peer %s\n", session, @@ -1216,7 +1216,7 @@ GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message, if (ts.abs_value > n->connect_ts.abs_value) { if (NULL != session) - GNUNET_log_from (GNUNET_ERROR_TYPE_INFO, + GNUNET_log_from (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK, "transport-ats", "Giving ATS session %p of plugin %s for peer %s\n", session,