diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-12 17:37:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 17:37:25 -0400 |
commit | 7ee486c15f51177016baf85c1d21244b84667dc2 (patch) | |
tree | c2e9982afd54e21c7f7b61375c137e59f474008e /changes | |
parent | 3138fe2e694a7036d28427ee3d76e639d15e4bc0 (diff) | |
download | tor-7ee486c15f51177016baf85c1d21244b84667dc2.tar.gz tor-7ee486c15f51177016baf85c1d21244b84667dc2.zip |
Log correctly on owner/user mismatch.
Found with clang's scan-build while looking at dead assignments.
Fixes bug 23487; bugfix on 1135405c8c6ea31 in 0.2.9.1-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23487 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23487 b/changes/bug23487 new file mode 100644 index 0000000000..89b55c243a --- /dev/null +++ b/changes/bug23487 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - When warning about a directory owned by the wrong user, log the actual + name of the user owning the directory. Previously, we'd log the name + of the process owner twice. Fixes bug 23487; bugfix on 0.2.9.1-alpha. + |