diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-07-08 13:32:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-07-08 13:32:45 -0400 |
commit | 09c692e72b56e08668ae5f42416741ebd6edc404 (patch) | |
tree | d46f7ed543b5e0de58d75f2d54fcad01b339bf8f /changes/bug31080_041 | |
parent | d972f29d8df742d757eea9078fedaeed74cd0921 (diff) | |
download | tor-09c692e72b56e08668ae5f42416741ebd6edc404.tar.gz tor-09c692e72b56e08668ae5f42416741ebd6edc404.zip |
Use a 64-bit mask for log domains, and fix a conflict
When we added LD_MESG, we created a conflict with the LD_NO_MOCK
flag. We now need 64 bits for log domains in order to fix this
issue.
Fixes bug 31080; bugfix on 0.4.1.1-alpha.
Diffstat (limited to 'changes/bug31080_041')
-rw-r--r-- | changes/bug31080_041 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31080_041 b/changes/bug31080_041 new file mode 100644 index 0000000000..1fe9ec508d --- /dev/null +++ b/changes/bug31080_041 @@ -0,0 +1,4 @@ + o Minor bugfixes (logging): + - Fix a conflict between the flag used for messaging-domain + log messages, and the LD_NO_MOCK testing flag. Fixes bug 31080; + bugfix on 0.4.1.1-alpha. |