]> 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)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 22:58:06 +0000 (17:58 -0500)
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 e0f1ce3daea0747e0e6262dc91b616b4b905e8ac..1accdde0123dadab3e7c4f127d98ee2597894260 100644 (file)
@@ -1117,7 +1117,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;
                }