mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
network: add a missing space
This commit is contained in:
parent
4ae703b2b5
commit
4d9a30f14f
@ -675,7 +675,7 @@ static void address_modify_nft_set_context(Address *address, bool add, NFTSetCon
|
||||
|
||||
if (r < 0)
|
||||
log_warning_errno(r, "Failed to %s NFT set: family %s, table %s, set %s, IP address %s, ignoring",
|
||||
add? "add" : "delete",
|
||||
add ? "add" : "delete",
|
||||
nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set,
|
||||
IN_ADDR_PREFIX_TO_STRING(address->family, &address->in_addr, address->prefixlen));
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user