]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgfs: be less verbose
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 2 Mar 2016 23:23:33 +0000 (15:23 -0800)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 2 Mar 2016 23:23:33 +0000 (15:23 -0800)
don't always warn about unused cgroups, it's noisy and not helpful

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/cgfs.c

index 37ba3425dae3ed976ddf145d0204975f1a5d1957..0eb47a1d7aada5828e9acb2091f1d70b98384b47 100644 (file)
@@ -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]);
                if (!path) {
                        h->used = false;
-                       WARN("Not attaching to cgroup %s unknown to %s %s", h->subsystems[0], lxcpath, name);
                        continue;
                }