]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make warning in authority_cert_dl_failed() LD_BUG per NickM code review
authorAndrea Shepard <andrea@torproject.org>
Thu, 9 May 2013 16:33:32 +0000 (09:33 -0700)
committerAndrea Shepard <andrea@torproject.org>
Thu, 9 May 2013 17:55:07 +0000 (10:55 -0700)
src/or/routerlist.c

index 867740020b94d72d0c7cf101153ed2346013a304..14c44ec913d11023d141147d3ba84a9bb64785d2 100644 (file)
@@ -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);