network/geneve: fix log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 3 Feb 2019 00:50:27 +0000 (01:50 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 10 Feb 2019 16:29:49 +0000 (01:29 +0900)
src/network/netdev/geneve.c

index 6970423..0fb0996 100644 (file)
@@ -89,7 +89,7 @@ static int netdev_geneve_create(NetDev *netdev) {
                 else
                         r = sd_netlink_message_append_in6_addr(m, IFLA_GENEVE_REMOTE6, &v->remote.in6);
                 if (r < 0)
-                        return log_netdev_error_errno(netdev, r, "Could not append IFLA_GENEVE_GROUP attribute: %m");
+                        return log_netdev_error_errno(netdev, r, "Could not append IFLA_GENEVE_REMOTE/IFLA_GENEVE_REMOTE6 attribute: %m");
         }
 
         if (v->ttl > 0) {