(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 14 Oct 2011 16:13:36 +0000 (16:13 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 14 Oct 2011 16:13:36 +0000 (16:13 +0000)
src/transport/gnunet-service-transport.c

index 11782446faed7e63fa840f79741452213d7a5f57..a35a7809164b611adb3e08cb4a265b62f30e38bd 100644 (file)
@@ -342,6 +342,8 @@ ats_request_address_change (void *cls, const struct GNUNET_PeerIdentity *peer,
   /* ATS tells me to disconnect from peer*/
   if ((bw_in == 0) && (bw_out == 0))
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "ATS tells me to disconnect from peer `%s'\n",
+        GNUNET_i2s (peer));
     GST_neighbours_force_disconnect(peer);
     return;
   }