diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-22 09:13:54 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-22 09:13:54 -0500 |
commit | 4d7f31b9645d360e7074844711f10565e5d25b7b (patch) | |
tree | 98b33adaacc6a99018b6981a51846b163b59ad67 /changes/ticket40300 | |
parent | 03c686563b54bbdf1337cb047b2b6002c5a1a549 (diff) | |
download | tor-4d7f31b9645d360e7074844711f10565e5d25b7b.tar.gz tor-4d7f31b9645d360e7074844711f10565e5d25b7b.zip |
relay: Move log notice after suggested address lookup
When trying to find our address to publish, we would log notice if we couldn't
find it from the cache but then we would look at the suggested cache (which
contains the address from the authorities) in which we might actually have the
address.
Thus that log notice was misplaced. Move it down after the suggested address
cache lookup.
Closes #40300
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40300')
-rw-r--r-- | changes/ticket40300 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40300 b/changes/ticket40300 new file mode 100644 index 0000000000..aef01b4c64 --- /dev/null +++ b/changes/ticket40300 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - Remove a spammy log notice that should not have been indicating the + operator that its IPv4/v6 was missing but it was not. Fixes bug 40300; + bugfix on 0.4.5.1-alpha. + |