summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 11:54:13 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-30 11:54:13 -0400
commit39830b6408f8a720ce71ccb6b853663c6e6047e9 (patch)
tree6b9df0957bfada692eb6814bc7567dd7ce5a98c5 /changes
parent8697205be400e560c7ae4083d7febd7aa593e61a (diff)
downloadtor-39830b6408f8a720ce71ccb6b853663c6e6047e9.tar.gz
tor-39830b6408f8a720ce71ccb6b853663c6e6047e9.zip
Downgrade "Bug: No entry found in extrainfo map" message.
This is not actually a bug! It can happen for a bunch of reasons, which all boil down to "trying to add an extrainfo for which we no longer have the corresponding routerinfo". Fixes #16016; bugfix on 0.2.6.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug160164
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16016 b/changes/bug16016
new file mode 100644
index 0000000000..313ef672e9
--- /dev/null
+++ b/changes/bug16016
@@ -0,0 +1,4 @@
+ o Minor bugfixes (logging):
+ - Downgrade a noisy log message that could occur naturally when
+ receiving an extrainfo document that we no longer want.
+ Fixes bug 16016; bugfix on 0.2.6.3-alpha.