aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-05-09 09:33:32 -0700
committerAndrea Shepard <andrea@torproject.org>2013-05-09 10:55:07 -0700
commit17692b2fe2f9fd7c33461c981b8d2eb511976758 (patch)
tree8f3288e94d794878a8f92cf7941d705d14451c06 /src/or/routerlist.c
parent2824bf3445448fee55a0f302d7ec85a5915e8f18 (diff)
downloadtor-17692b2fe2f9fd7c33461c981b8d2eb511976758.tar
tor-17692b2fe2f9fd7c33461c981b8d2eb511976758.tar.gz
Make warning in authority_cert_dl_failed() LD_BUG per NickM code review
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 867740020..14c44ec91 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);