mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
link: follow our rule of suffix settings with = in log messages
This commit is contained in:
parent
4e964aa05c
commit
7b72fe21a6
@ -466,7 +466,7 @@ int link_config_apply(link_config_ctx *ctx, link_config *config,
|
||||
|
||||
r = rtnl_set_link_properties(&ctx->rtnl, ifindex, config->alias, mac, config->mtu);
|
||||
if (r < 0)
|
||||
return log_warning_errno(r, "Could not set Alias, MACAddress or MTU on %s: %m", old_name);
|
||||
return log_warning_errno(r, "Could not set Alias=, MACAddress= or MTU= on %s: %m", old_name);
|
||||
|
||||
*name = new_name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user