diff options
| author | Tejun Heo <tj@kernel.org> | 2015-12-29 14:53:56 -0500 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-04-19 00:50:49 +0300 |
| commit | e970b4f4a6e274bccb662490abd3f5709e6e94c7 (patch) | |
| tree | 509432f1c55838445ea810deca777326d3be3196 /kernel | |
| parent | a11747d3b83792fcda92190a1d3883a4388aabab (diff) | |
cgroup: demote subsystem init messages to KERN_DEBUG
These are noisy during boot and not all that interesting.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 7a3ccfb95099..5df60b480a5b 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -5228,7 +5228,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); |
