mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 18:42:47 +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)
|
||||
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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user