Commit 4fee80f9 by Serge Hallyn

cgfs: be less verbose

don't always warn about unused cgroups, it's noisy and not helpful Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 6a9e0f26
...@@ -1150,7 +1150,6 @@ static struct cgroup_process_info *lxc_cgroup_get_container_info(const char *nam ...@@ -1150,7 +1150,6 @@ static struct cgroup_process_info *lxc_cgroup_get_container_info(const char *nam
path = lxc_cmd_get_cgroup_path(name, lxcpath, h->subsystems[0]); path = lxc_cmd_get_cgroup_path(name, lxcpath, h->subsystems[0]);
if (!path) { if (!path) {
h->used = false; h->used = false;
WARN("Not attaching to cgroup %s unknown to %s %s", h->subsystems[0], lxcpath, name);
continue; continue;
} }
......
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