From cb091082b570d2b37c2f55e21447011d4070113b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 25 Oct 2010 08:37:29 +0000 Subject: [PATCH] --- src/transport/test_quota_compliance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index 22519144a..b516ac4ed 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -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)); -- 2.25.1