aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-22 10:59:27 -0500
committerNick Mathewson <nickm@torproject.org>2016-03-21 13:23:32 -0400
commitc20e34e1894bed07982fe64d60a1b3fe9403d269 (patch)
tree96d511e165f07f7556b33e92437fbdd15b91a188 /changes
parent6182e3462875d81dc3501bf0f1ad04fb658c2838 (diff)
downloadtor-c20e34e1894bed07982fe64d60a1b3fe9403d269.tar.gz
tor-c20e34e1894bed07982fe64d60a1b3fe9403d269.zip
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug183685
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18368 b/changes/bug18368
new file mode 100644
index 0000000000..17218d432f
--- /dev/null
+++ b/changes/bug18368
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - When logging information about an unparseable networkstatus vote or
+ consensus, do not say "vote" when we mean consensus. Fixes bug
+ 18368; bugfix on 0.2.0.8-alpha.
+