mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
2b39c927c7
They use the same code as reporting assertion failures, so we should invert the sense of what we're "asserting". Fixes bug 20093.
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
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.
|