Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5ae9899 authored by Tejun Heo's avatar Tejun Heo
Browse files

cgroup: demote subsystem init messages to KERN_DEBUG



These are noisy during boot and not all that interesting.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent eed67d75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5169,7 +5169,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early)
{
	struct cgroup_subsys_state *css;

	printk(KERN_INFO "Initializing cgroup subsys %s\n", ss->name);
	pr_debug("Initializing cgroup subsys %s\n", ss->name);

	mutex_lock(&cgroup_mutex);