X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fats%2Ftest_ats_api_common.c;h=934877024b409b47e4c5baa8c456cd9b95ac3b31;hb=f1ca38573f22205e28ac482efebe463696c9c2c7;hp=44d6274243dad7d5faabefaa3a4477f319d02c6d;hpb=5752e1aa99cae87bda55a05e098e8f8113142f36;p=oweals%2Fgnunet.git diff --git a/src/ats/test_ats_api_common.c b/src/ats/test_ats_api_common.c index 44d627424..934877024 100644 --- a/src/ats/test_ats_api_common.c +++ b/src/ats/test_ats_api_common.c @@ -186,7 +186,7 @@ load_quotas (const struct GNUNET_CONFIGURATION_Handle *cfg, } else { - GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Outbound quota configure for network `%s' is %llu\n"), + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Outbound quota configure for network `%s' is %llu\n"), network_str[c], out_dest[c]); } GNUNET_free (quota_out_str); @@ -220,7 +220,7 @@ load_quotas (const struct GNUNET_CONFIGURATION_Handle *cfg, } else { - GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Inbound quota configured for network `%s' is %llu\n"), + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Inbound quota configured for network `%s' is %llu\n"), network_str[c], in_dest[c]); } GNUNET_free (quota_in_str);