From: Serge Hallyn Date: Wed, 2 Mar 2016 23:23:33 +0000 (-0800) Subject: cgfs: be less verbose X-Git-Tag: lxc-1.0.9~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cae78646b634e59029e09f3d63c60e424bc00405;p=thirdparty%2Flxc.git cgfs: be less verbose don't always warn about unused cgroups, it's noisy and not helpful Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/cgfs.c b/src/lxc/cgfs.c index e0f1ce3da..1accdde01 100644 --- a/src/lxc/cgfs.c +++ b/src/lxc/cgfs.c @@ -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; }