From 6436165dbc500f14abfec738af28f87a71f6a12a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Aug 2014 22:56:52 +0200 Subject: sd-network: rename the per-ifindex calls to sd_network_get_link_xxx() This way we can introduce system-wide versions of these calls that are called the same way, but without the "link" in the name. --- src/network/networkd-netdev-tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/networkd-netdev-tunnel.c') diff --git a/src/network/networkd-netdev-tunnel.c b/src/network/networkd-netdev-tunnel.c index 56eeb99e4b..5d5913186d 100644 --- a/src/network/networkd-netdev-tunnel.c +++ b/src/network/networkd-netdev-tunnel.c @@ -114,7 +114,7 @@ static int netdev_sit_fill_message_create(NetDev *netdev, Link *link, sd_rtnl_me r = sd_rtnl_message_append_u8(m, IFLA_IPTUN_TTL, t->ttl); if (r < 0) { log_error_netdev(netdev, - "Could not append IFLA_IPTUN_TTL attribute: %s", + "Could not append IFLA_IPTUN_TTL attribute: %s", strerror(-r)); return r; } -- cgit v1.2.3-54-g00ecf