mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Improve a notice message in dirvote.c. (Roger asked for this.)
This commit is contained in:
parent
f9ba0b76cd
commit
38af3b983f
@ -2710,7 +2710,7 @@ dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
|
||||
goto discard;
|
||||
} else if (v->vote->published < vote->published) {
|
||||
log_notice(LD_DIR, "Replacing an older pending vote from this "
|
||||
"directory.");
|
||||
"directory (%s)", vi->address);
|
||||
cached_dir_decref(v->vote_body);
|
||||
networkstatus_vote_free(v->vote);
|
||||
v->vote_body = new_cached_dir(tor_strndup(vote_body,
|
||||
|
Loading…
Reference in New Issue
Block a user