mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a typo found by Mike.
This commit is contained in:
parent
bdfb399867
commit
eab75d2c36
@ -644,9 +644,9 @@ microdesc_list_missing_digest256(networkstatus_t *ns, microdesc_cache_t *cache,
|
||||
if (skip && digestmap_get(skip, rs->descriptor_digest))
|
||||
continue;
|
||||
if (tor_mem_is_zero(rs->descriptor_digest, DIGEST256_LEN)) {
|
||||
log_info(LD_BUG, "Found an entry in networktatus with no microdescriptor "
|
||||
"digest. (Router %s=%s at %s:%d.)", rs->nickname,
|
||||
hex_str(rs->identity_digest, DIGEST_LEN),
|
||||
log_info(LD_BUG, "Found an entry in networkstatus with no "
|
||||
"microdescriptor digest. (Router %s=%s at %s:%d.)",
|
||||
rs->nickname, hex_str(rs->identity_digest, DIGEST_LEN),
|
||||
fmt_addr32(rs->addr), rs->or_port);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user