mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Minor whitespace fix
svn:r11543
This commit is contained in:
parent
b16224c311
commit
3b776b865e
@ -1126,7 +1126,7 @@ dirvote_act(time_t now)
|
||||
if (!voting_schedule.voting_starts) {
|
||||
char *keys = list_v3_auth_ids();
|
||||
authority_cert_t *c = get_my_v3_authority_cert();
|
||||
log_notice(LD_DIR, "Scheduling voting. Known authority IDs are %s."
|
||||
log_notice(LD_DIR, "Scheduling voting. Known authority IDs are %s. "
|
||||
"Mine is %s.",
|
||||
keys, hex_str(c->cache_info.identity_digest, DIGEST_LEN));
|
||||
tor_free(keys);
|
||||
|
Loading…
Reference in New Issue
Block a user