Skip to content

Commit a5ae989

Browse files
committed
cgroup: demote subsystem init messages to KERN_DEBUG
These are noisy during boot and not all that interesting. Signed-off-by: Tejun Heo <[email protected]>
1 parent eed67d7 commit a5ae989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/cgroup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5169,7 +5169,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early)
51695169
{
51705170
struct cgroup_subsys_state *css;
51715171

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

51745174
mutex_lock(&cgroup_mutex);
51755175

0 commit comments

Comments
 (0)