From: Matthias Wachs Date: Mon, 25 Oct 2010 08:37:29 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~19960 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cb091082b570d2b37c2f55e21447011d4070113b;p=oweals%2Fgnunet.git --- 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));