gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32294 - gnunet/src/ats
Date: Tue, 11 Feb 2014 11:20:20 +0100

Author: wachs
Date: 2014-02-11 11:20:20 +0100 (Tue, 11 Feb 2014)
New Revision: 32294

Modified:
   gnunet/src/ats/plugin_ats_proportional.c
Log:
some additional information about quota


Modified: gnunet/src/ats/plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/plugin_ats_proportional.c    2014-02-11 10:02:46 UTC (rev 
32293)
+++ gnunet/src/ats/plugin_ats_proportional.c    2014-02-11 10:20:20 UTC (rev 
32294)
@@ -453,7 +453,8 @@
         "# ATS addresses %s total", cur->desc);
     GNUNET_asprintf (&cur->stat_active,
         "# ATS active addresses %s total", cur->desc);
-    LOG (GNUNET_ERROR_TYPE_INFO, "Added network %u `%s' %p\n", c, cur->desc, 
s);
+    LOG (GNUNET_ERROR_TYPE_INFO, "Added network %u `%s' (%llu/%llu)\n",
+        c, cur->desc, cur->total_quota_in, cur->total_quota_out);
   }
   return s;
 }




reply via email to

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