aboutsummaryrefslogtreecommitdiff
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
parente05dfc08064634e54c527b133ef00e510a3adeda (diff)
downloadgnunet-c13e56a4ab2d1b1847f95fdf134bc0f25dfb7d52.tar.gz
gnunet-c13e56a4ab2d1b1847f95fdf134bc0f25dfb7d52.zip
- undo
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
-rw-r--r--src/transport/test_quota_compliance.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 629dd91bb..ce407a382 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2169,7 +2169,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
2169 return; 2169 return;
2170 } 2170 }
2171 2171
2172 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2172 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2173 "ATS tells us to switch to address '%s' session %p for " 2173 "ATS tells us to switch to address '%s' session %p for "
2174 "peer `%s' in state %s (quota in/out %u %u )\n", 2174 "peer `%s' in state %s (quota in/out %u %u )\n",
2175 (address->address_length != 0) ? GST_plugins_a2s (address): "<inbound>", 2175 (address->address_length != 0) ? GST_plugins_a2s (address): "<inbound>",
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 }