From: Lennart Poettering Date: Fri, 20 Apr 2018 14:36:56 +0000 (+0200) Subject: link: follow our rule of suffix settings with = in log messages X-Git-Tag: v239~350^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b72fe21a6d4b1ba4a0e29c25d6145bed34d8ec4;p=thirdparty%2Fsystemd.git link: follow our rule of suffix settings with = in log messages --- diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index 71d68f60d41..c4fab4e63b1 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -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;