aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 4aae669eb..ebfbcd5eb 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,
529 529
530 if (NULL != strstr (test_name, "asymmetric")) 530 if (NULL != strstr (test_name, "asymmetric"))
531 { 531 {
532 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 532 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
533 "Running asymmetric test with sending peer unlimited, receiving peer (in/out): %llu/%llu b/s \n", 533 "Running asymmetric test with sending peer unlimited, receiving peer (in/out): %llu/%llu b/s \n",
534 p2_quota_in, p2_quota_out); 534 p2_quota_in, p2_quota_out);
535 p1_quota_out = 1024 * 1024 * 1024; 535 p1_quota_out = 1024 * 1024 * 1024;
@@ -537,7 +537,7 @@ run (void *cls, char *const *args, const char *cfgfile,
537 } 537 }
538 else 538 else
539 { 539 {
540 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 540 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
541 "Running symmetric test with (in/out) %llu/%llu b/s \n", 541 "Running symmetric test with (in/out) %llu/%llu b/s \n",
542 p2_quota_in, p2_quota_out); 542 p2_quota_in, p2_quota_out);
543 } 543 }