networkd: network fix log message
authorSusant Sahani <susant@redhat.com>
Thu, 15 Sep 2016 04:49:26 +0000 (10:19 +0530)
committerSusant Sahani <susant@redhat.com>
Thu, 15 Sep 2016 04:49:26 +0000 (10:19 +0530)
src/network/networkd-network.c

index 9865c8a..91e51e9 100644 (file)
@@ -482,7 +482,7 @@ int config_parse_netdev(const char *unit,
         case NETDEV_KIND_VCAN:
                 r = hashmap_put(network->stacked_netdevs, netdev->ifname, netdev);
                 if (r < 0) {
-                        log_syntax(unit, LOG_ERR, filename, line, r, "Can not add VLAN '%s' to network: %m", rvalue);
+                        log_syntax(unit, LOG_ERR, filename, line, r, "Can not add NetDev '%s' to network: %m", rvalue);
                         return 0;
                 }