From e05dfc08064634e54c527b133ef00e510a3adeda Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 6 Jul 2012 15:24:37 +0000 Subject: quota tests for wlan --- src/transport/test_quota_compliance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/test_quota_compliance.c') diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index ebfbcd5eb..4aae669eb 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -529,7 +529,7 @@ run (void *cls, char *const *args, const char *cfgfile, if (NULL != strstr (test_name, "asymmetric")) { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running asymmetric test with sending peer unlimited, receiving peer (in/out): %llu/%llu b/s \n", p2_quota_in, p2_quota_out); p1_quota_out = 1024 * 1024 * 1024; @@ -537,7 +537,7 @@ run (void *cls, char *const *args, const char *cfgfile, } else { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running symmetric test with (in/out) %llu/%llu b/s \n", p2_quota_in, p2_quota_out); } -- cgit v1.2.3