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

index 828b163b39792a2d71157e93a47708b1a2bd9d7f..2025ff5381812da70796525e9d2ff0943c7a7a3f 100644 (file)
@@ -142,12 +142,11 @@ 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__));
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+        "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,
@@ -267,7 +266,7 @@ GNUNET_ATS_suggest_address (struct GNUNET_ATS_Handle *atc,
   struct GNUNET_ATS_SuggestionContext *asc;
 
 #if DEBUG_ATS
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "ats-api",
+  LOG (GNUNET_ERROR_TYPE_DEBUG, 
        "Looking up suggested address for peer `%s'\n", GNUNET_i2s (peer));
 #endif
   asc = GNUNET_malloc (sizeof (struct GNUNET_ATS_SuggestionContext));
@@ -423,7 +422,7 @@ update_session (void *cls, const GNUNET_HashCode * key, void *value)
 
 
 #if DEBUG_ATS
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "ats-api",
+  LOG (GNUNET_ERROR_TYPE_DEBUG, 
        "Updating session for peer `%s' plugin `%s'\n", GNUNET_h2s (key),
        arold->plugin_name);
 #endif
@@ -746,7 +745,7 @@ GNUNET_ATS_address_update (struct GNUNET_ATS_Handle *atc,
   struct UpdateSessionContext usc;
 
 #if DEBUG_ATS
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "ats-api",
+  LOG (GNUNET_ERROR_TYPE_DEBUG, 
        "Updating address for peer `%s', plugin `%s'\n", GNUNET_i2s (peer),
        plugin_name);
 #endif
@@ -761,7 +760,7 @@ GNUNET_ATS_address_update (struct GNUNET_ATS_Handle *atc,
     return;
   }
 #if DEBUG_ATS
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "ats-api",
+  LOG (GNUNET_ERROR_TYPE_DEBUG, 
        "Adding new address for peer `%s', plugin `%s'\n", GNUNET_i2s (peer),
        plugin_name);
 #endif