[systemd-devel] [PATCH] network/networkd-netdev-veth.c: Fix a typo.
David Herrmann
dh.herrmann at gmail.com
Sat Nov 8 03:44:35 PST 2014
Hi
On Sat, Nov 8, 2014 at 11:59 AM, Rami Rosen <ramirose at gmail.com> wrote:
> This patch fixes a typo in network/networkd-netdev-veth.c.
>
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
No sign-offs needed on systemd.
I changed the commit-msg to systemd style and pushed the fix as
"network: fix typo".
Thanks!
David
> ---
> src/network/networkd-netdev-veth.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/network/networkd-netdev-veth.c b/src/network/networkd-netdev-veth.c
> index da09ef9..ca2bb07 100644
> --- a/src/network/networkd-netdev-veth.c
> +++ b/src/network/networkd-netdev-veth.c
> @@ -39,7 +39,7 @@ static int netdev_veth_fill_message_create(NetDev *netdev, Link *link, sd_rtnl_m
> r = sd_rtnl_message_open_container(m, VETH_INFO_PEER);
> if (r < 0) {
> log_error_netdev(netdev,
> - "Could not append IFLA_IPTUN_LINK attribute: %s",
> + "Could not append VETH_INFO_PEER attribute: %s",
> strerror(-r));
> return r;
> }
> --
> 1.9.0
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list