relay: Move log notice after suggested address lookup
commit4d7f31b9645d360e7074844711f10565e5d25b7b
authorDavid Goulet <dgoulet@torproject.org>
Mon, 22 Feb 2021 14:13:54 +0000 (22 09:13 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 22 Feb 2021 14:13:54 +0000 (22 09:13 -0500)
tree98b33adaacc6a99018b6981a51846b163b59ad67
parent03c686563b54bbdf1337cb047b2b6002c5a1a549
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>
changes/ticket40300 [new file with mode: 0644]
src/feature/relay/relay_find_addr.c