fixing resource leaks
[oweals/gnunet.git] / src / ats / plugin_ats_proportional.c
index 0aac085c5a532309ea46f5b670d4a42ff9a02e3a..03164f7ecf5b896841f7128b5fa3fca43325fcb5 100644 (file)
@@ -453,7 +453,8 @@ libgnunet_plugin_ats_proportional_init (void *cls)
         "# 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;
 }