gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17411 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r17411 - gnunet/src/ats
Date: Wed, 12 Oct 2011 15:25:26 +0200

Author: grothoff
Date: 2011-10-12 15:25:26 +0200 (Wed, 12 Oct 2011)
New Revision: 17411

Modified:
   gnunet/src/ats/ats_api.c
Log:
log

Modified: gnunet/src/ats/ats_api.c
===================================================================
--- gnunet/src/ats/ats_api.c    2011-10-12 13:20:53 UTC (rev 17410)
+++ gnunet/src/ats/ats_api.c    2011-10-12 13:25:26 UTC (rev 17411)
@@ -142,12 +142,11 @@
     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 @@
   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 @@
 
 
 #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 @@
   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 @@
     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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]