From: Matthias Wachs Date: Fri, 6 Jul 2012 15:27:09 +0000 (+0000) Subject: - undo X-Git-Tag: initial-import-from-subversion-38251~12603 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c13e56a4ab2d1b1847f95fdf134bc0f25dfb7d52;p=oweals%2Fgnunet.git - undo --- 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, return; } - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ATS tells us to switch to address '%s' session %p for " "peer `%s' in state %s (quota in/out %u %u )\n", (address->address_length != 0) ? GST_plugins_a2s (address): "", 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, if (NULL != strstr (test_name, "asymmetric")) { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "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_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Running symmetric test with (in/out) %llu/%llu b/s \n", p2_quota_in, p2_quota_out); }