diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-26 14:51:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-26 14:51:35 -0400 |
commit | b8b4143517d1fbaf513cad6a3af04770dc9e2eb8 (patch) | |
tree | 4520c2d879ee6facbc773f7d68bfd60fe4cf6ec5 | |
parent | 40ab25db62837369496597d6fb092c66ede1dd04 (diff) | |
download | tor-b8b4143517d1fbaf513cad6a3af04770dc9e2eb8.tar.gz tor-b8b4143517d1fbaf513cad6a3af04770dc9e2eb8.zip |
fix the changes file
-rw-r--r-- | changes/bug23159 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/changes/bug23159 b/changes/bug23159 index 3d35f6efa5..68bfa0d461 100644 --- a/changes/bug23159 +++ b/changes/bug23159 @@ -1,5 +1,5 @@ o Minor bugfixes (hidden service v3): - - Don't non fatal assert if we can't the introduction point extend - information when launching circuits. In rare cases, this could happened - but tor would recover gracefully. This is to avoid a non fatal assert in - the logs. Fixes ticket 23159.; bugfix on 0.3.2.1-alpha. + - Don't log an assertion failure when we can't find the right information + to extend to an introduction point. In rare cases, this could happen, + causing a warning, even though tor would recover gracefully. + Fixes bug 23159; bugfix on 0.3.2.1-alpha. |