]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix the changes file
authorNick Mathewson <nickm@torproject.org>
Tue, 26 Sep 2017 18:51:35 +0000 (14:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 26 Sep 2017 18:51:35 +0000 (14:51 -0400)
changes/bug23159

index 3d35f6efa5a337c17337f63051f8310568393c0c..68bfa0d461f2bb11b1e86db5e504eac0f11c8551 100644 (file)
@@ -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.