Minor whitespace fix

svn:r11543
This commit is contained in:
Peter Palfrader 2007-09-20 21:46:10 +00:00
parent b16224c311
commit 3b776b865e

View File

@ -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);