(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:37:29 +0000 (08:37 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:37:29 +0000 (08:37 +0000)
src/transport/test_quota_compliance.c

index 22519144a2a2039258ee88f2cac8647271a50386..b516ac4ed1c13612c698356a4502408d9dd8fbb4 100644 (file)
@@ -303,7 +303,7 @@ measurement_end (void *cls,
          GNUNET_TRANSPORT_notify_transmit_ready_cancel(transmit_handle);
          transmit_handle = NULL;
   }
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                  "\nQuota compliance ok: \n"\
                  "Quota allowed: %10llu kb/s\n"\
                  "Throughput   : %10llu kb/s\n", (current_quota_p1 / (1024)) , (total_bytes/(duration.value / 1000)/1024));