Unverified Commit d443b6f1 by Christian Brauner Committed by Stéphane Graber

network: non-functional changes

parent 9e69b800
...@@ -2488,6 +2488,7 @@ bool lxc_delete_network_priv(struct lxc_handler *handler) ...@@ -2488,6 +2488,7 @@ bool lxc_delete_network_priv(struct lxc_handler *handler)
netdev->ifindex); netdev->ifindex);
} else if (ret < 0) { } else if (ret < 0) {
WARN("Failed to remove interface \"%s\" with " WARN("Failed to remove interface \"%s\" with "
continue;
"index %d: %s", "index %d: %s",
netdev->name[0] != '\0' ? netdev->name : "(null)", netdev->name[0] != '\0' ? netdev->name : "(null)",
netdev->ifindex, strerror(-ret)); netdev->ifindex, strerror(-ret));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment