log
authorChristian Grothoff <christian@grothoff.org>
Wed, 12 Oct 2011 13:20:53 +0000 (13:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 12 Oct 2011 13:20:53 +0000 (13:20 +0000)
src/ats/ats_api.c

index 20cf62ca7ca19c2f242e80c1aa363b2e351601db..828b163b39792a2d71157e93a47708b1a2bd9d7f 100644 (file)
@@ -142,6 +142,12 @@ set_bw_connections (void *cls, const GNUNET_HashCode * key, void *value)
     ar->bandwidth_out = sbc->bw_out;
     GNUNET_BANDWIDTH_tracker_update_quota (&ar->available_recv_window,
                                            ar->bandwidth_in);
+    GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
+                    "ats-api",
+                    "Bandwidth assigned to peer %s is i:%u/o:%u bytes/s\n",
+                    GNUNET_i2s ((const struct GNUNET_PeerIdentity *) key),
+                    ntohl (ar->bandwidth_in.value__),
+                    ntohl (ar->bandwidth_out.value__));
     if (NULL != sbc->atc->alloc_cb)
       sbc->atc->alloc_cb (sbc->atc->alloc_cb_cls,
                           (const struct GNUNET_PeerIdentity *) key,
@@ -235,6 +241,7 @@ suggest_address (void *cls, const GNUNET_HashCode * key, void *value)
   return GNUNET_NO;
 }
 
+
 int
 map_it (void *cls, const GNUNET_HashCode * key, void *value)
 {