Unverified Commit 73e7bdfc by Christian Brauner Committed by Stéphane Graber

start: log error when failing to create cgroup

parent 2f232c53
......@@ -1703,6 +1703,7 @@ static int lxc_spawn(struct lxc_handler *handler)
}
if (!cgroup_ops->payload_enter(cgroup_ops, handler)) {
ERROR("Failed to enter cgroups");
goto out_delete_net;
}
......
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