From 4d7f31b9645d360e7074844711f10565e5d25b7b Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 22 Feb 2021 09:13:54 -0500 Subject: 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 --- changes/ticket40300 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket40300 (limited to 'changes') 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. + -- cgit v1.2.3-54-g00ecf