[tor-commits] [tor/release-0.2.4] Make warning in authority_cert_dl_failed() LD_BUG per NickM code review

arma at torproject.org arma at torproject.org
Sat May 25 03:58:41 UTC 2013


commit 17692b2fe2f9fd7c33461c981b8d2eb511976758
Author: Andrea Shepard <andrea at torproject.org>
Date:   Thu May 9 09:33:32 2013 -0700

    Make warning in authority_cert_dl_failed() LD_BUG per NickM code review
---
 src/or/routerlist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 8677400..14c44ec 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -593,7 +593,7 @@ authority_cert_dl_failed(const char *id_digest,
                     id_digest, DIGEST_LEN);
       base16_encode(sk_digest_str, sizeof(sk_digest_str),
                     signing_key_digest, DIGEST_LEN);
-      log_warn(LD_DIR,
+      log_warn(LD_BUG,
                "Got failure for cert fetch with (fp,sk) = (%s,%s), with "
                "status %d, but knew nothing about the download.",
                id_digest_str, sk_digest_str, status);





More information about the tor-commits mailing list