mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make warning in authority_cert_dl_failed() LD_BUG per NickM code review
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user