aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-06 20:59:07 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-06 21:00:51 -0400
commit2b39c927c7f2c13f17d9883371a12131b6c6df40 (patch)
tree5c3d4ddf13e2be6d263769d5cc94b7e7ded366d9 /changes
parent2a4a815f5801e79e67e9906eecdd544d25fcbfd6 (diff)
downloadtor-2b39c927c7f2c13f17d9883371a12131b6c6df40.tar.gz
tor-2b39c927c7f2c13f17d9883371a12131b6c6df40.zip
Add !(...) to BUG() log messages
They use the same code as reporting assertion failures, so we should invert the sense of what we're "asserting". Fixes bug 20093.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug200934
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20093 b/changes/bug20093
new file mode 100644
index 0000000000..ef3260143b
--- /dev/null
+++ b/changes/bug20093
@@ -0,0 +1,4 @@
+ o Minor bugfixes (logging):
+ - When logging a message from the BUG() macro, be explicit about what
+ we were asserting. Previously we were confusing what we were asserting
+ with what the bug was. Fixes bug 20093; bugfix on 0.2.9.1-alpha.