]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
link: follow our rule of suffix settings with = in log messages 8776/head
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Apr 2018 14:36:56 +0000 (16:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 26 Apr 2018 11:51:44 +0000 (13:51 +0200)
src/udev/net/link-config.c

index 71d68f60d4196d6b38e407b1584ee7daed0d0621..c4fab4e63b1f940d17e2951affc54ef8c443231f 100644 (file)
@@ -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;