[tor-commits] [tor/master] downgrade warning for #23465

nickm at torproject.org nickm at torproject.org
Mon Sep 11 20:50:46 UTC 2017


commit b719fa7efe8678cc5d90a57ea3c1fe370246a473
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Sep 11 16:50:43 2017 -0400

    downgrade warning for #23465
---
 src/or/hs_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/hs_client.c b/src/or/hs_client.c
index 1fbea95e2..cde0231d9 100644
--- a/src/or/hs_client.c
+++ b/src/or/hs_client.c
@@ -1017,7 +1017,7 @@ hs_client_refetch_hsdesc(const ed25519_public_key_t *identity_pk)
     cached_desc = hs_cache_lookup_as_client(identity_pk);
     if (cached_desc && hs_client_any_intro_points_usable(identity_pk,
                                                          cached_desc)) {
-      log_warn(LD_GENERAL, "We would fetch a v3 hidden service descriptor "
+      log_info(LD_GENERAL, "We would fetch a v3 hidden service descriptor "
                             "but we already have a usable descriptor.");
       return 0;
     }



More information about the tor-commits mailing list