Fix log message subjects in networkstatus_parse_vote_from_string()
commitc20e34e1894bed07982fe64d60a1b3fe9403d269
authorNick Mathewson <nickm@torproject.org>
Mon, 22 Feb 2016 15:59:27 +0000 (22 10:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 17:23:32 +0000 (21 13:23 -0400)
tree96d511e165f07f7556b33e92437fbdd15b91a188
parent6182e3462875d81dc3501bf0f1ad04fb658c2838
Fix log message subjects in networkstatus_parse_vote_from_string()

Some of these messages called the thing being parsed a "vote" whether
it is a vote or a consensus.

Fixes bug 18368.
changes/bug18368 [new file with mode: 0644]
src/or/routerparse.c