Improve a notice message in dirvote.c. (Roger asked for this.)

This commit is contained in:
Nick Mathewson 2014-12-26 19:14:56 -05:00
parent f9ba0b76cd
commit 38af3b983f

View File

@ -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,