Merge pull request #4324 from hallyn/2023-07-06/bequiet

get_hierarchy: dont WARN about no usable controller
This commit is contained in:
Christian Brauner 2023-07-07 12:48:59 +02:00 committed by GitHub
commit 43a0751ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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");