aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-07-06 15:27:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-07-06 15:27:09 +0000
commitc13e56a4ab2d1b1847f95fdf134bc0f25dfb7d52 (patch)
tree5cdd7192d3ad4f5ea5a17e166284b495dcc8bdb4 /src/transport/test_quota_compliance.c
parente05dfc08064634e54c527b133ef00e510a3adeda (diff)
downloadgnunet-c13e56a4ab2d1b1847f95fdf134bc0f25dfb7d52.tar.gz
gnunet-c13e56a4ab2d1b1847f95fdf134bc0f25dfb7d52.zip
- undo
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 }