diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-30 11:54:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-30 11:54:13 -0400 |
commit | 39830b6408f8a720ce71ccb6b853663c6e6047e9 (patch) | |
tree | 6b9df0957bfada692eb6814bc7567dd7ce5a98c5 /changes/bug16016 | |
parent | 8697205be400e560c7ae4083d7febd7aa593e61a (diff) | |
download | tor-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/bug16016')
-rw-r--r-- | changes/bug16016 | 4 |
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. |