From faa201dc6b17db14ee6192a7b6fde49c2ac35a82 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 16 Nov 2021 15:16:14 +0900 Subject: [PATCH] network: address: explicitly mention that the address is localhost --- src/network/networkd-address.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/networkd-address.c b/src/network/networkd-address.c index e0f3bd3b1b0..a78ad6d93bf 100644 --- a/src/network/networkd-address.c +++ b/src/network/networkd-address.c @@ -1918,8 +1918,8 @@ static int address_section_verify(Address *address) { if (address->scope_set && address->scope != RT_SCOPE_HOST) log_warning_errno(SYNTHETIC_ERRNO(EINVAL), - "%s: non-host scope is set in the [Address] section from line %u. " - "Ignoring Scope= setting.", + "%s: non-host scope is set for localhost address. " + "Ignoring Scope= setting in the [Address] section from line %u. ", address->section->filename, address->section->line); address->scope = RT_SCOPE_HOST; -- 2.47.3