1
0
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:
Frantisek Sumsal 2023-12-11 14:50:32 +01:00
parent 4ae703b2b5
commit 4d9a30f14f

View File

@ -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