bulk
authorChristian Grothoff <christian@grothoff.org>
Mon, 17 Oct 2011 20:18:23 +0000 (20:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 17 Oct 2011 20:18:23 +0000 (20:18 +0000)
src/transport/gnunet-service-transport.c
src/transport/gnunet-service-transport_neighbours.c

index 2a97f8155a2745f5af5eabeea5bbbbe847ec0755..8cbd32dd383bb9d84980e7131367bdd4f7ab06e0 100644 (file)
@@ -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,              
index 330991d04c27434ef3e152dfdbcd00cd32b80399..6f8281c5bc15ce92525d672ece38ee6151160bcf 100644 (file)
@@ -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,