]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/cgroups/cgfsng.c
get_hierarchy: dont WARN about no usable controller
[mirror_lxc.git] / src / lxc / cgroups / cgfsng.c
index 850fcbb20e2bc086ecc85e94773766f5044921db..a9e0c91ce445866397cbb6d1a785ca7189ff59e2 100644 (file)
@@ -145,7 +145,7 @@ static struct hierarchy *get_hierarchy(const struct cgroup_ops *ops, const char
        }
 
        if (controller)
-               WARN("There is no useable %s controller", controller);
+               INFO("There is no useable %s controller", controller);
        else
                WARN("There is no empty unified cgroup hierarchy");