diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-23 12:04:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-23 12:04:57 -0500 |
commit | 54c9c8b04f6055dc4101b6a36cfb587af78dc9b4 (patch) | |
tree | 647712f024cfb2f6fa1b86173b992d2166241ac5 /changes/ticket29160 | |
parent | f684cd800577144a48e112951eaf4ddc602ad26a (diff) | |
download | tor-54c9c8b04f6055dc4101b6a36cfb587af78dc9b4.tar.gz tor-54c9c8b04f6055dc4101b6a36cfb587af78dc9b4.zip |
If address/get_if_addrs6 can't findipv6, log WARN, not ERR
Fixes 29160, and allows 28668 (treating ERR logs as test failures)
to procede.
Diffstat (limited to 'changes/ticket29160')
-rw-r--r-- | changes/ticket29160 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket29160 b/changes/ticket29160 new file mode 100644 index 0000000000..8e11183064 --- /dev/null +++ b/changes/ticket29160 @@ -0,0 +1,4 @@ + o Minor bugfixes (tests): + - Do not log an error-level message if we fail to find an IPv6 + network interface from the unit tests. Fixes bug 29160; bugfix on + 0.2.7.3-rc. |