mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-05-28 16:53:06 +00:00
Merge pull request #4324 from hallyn/2023-07-06/bequiet
get_hierarchy: dont WARN about no usable controller
This commit is contained in:
commit
43a0751ecd
@ -145,7 +145,7 @@ static struct hierarchy *get_hierarchy(const struct cgroup_ops *ops, const char
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (controller)
|
if (controller)
|
||||||
WARN("There is no useable %s controller", controller);
|
INFO("There is no useable %s controller", controller);
|
||||||
else
|
else
|
||||||
WARN("There is no empty unified cgroup hierarchy");
|
WARN("There is no empty unified cgroup hierarchy");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user