Skip to content

Commit

Permalink
cgroup: demote subsystem init messages to KERN_DEBUG
Browse files Browse the repository at this point in the history
These are noisy during boot and not all that interesting.

Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
htejun committed Jan 2, 2016
1 parent eed67d7 commit a5ae989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit a5ae989

Please sign in to comment.