mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 19:15:03 -04:00
kmemcheck: make initialization message less confusing
The "Bugs, beware!" printout during is cute but confuses users that something bad happened so change the text to the more boring "Initialized" message. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
committed by
Vegard Nossum
parent
6a19638719
commit
5b53b76a61
@@ -47,7 +47,7 @@ int kmemcheck_enabled = KMEMCHECK_ENABLED;
|
||||
|
||||
int __init kmemcheck_init(void)
|
||||
{
|
||||
printk(KERN_INFO "kmemcheck: \"Bugs, beware!\"\n");
|
||||
printk(KERN_INFO "kmemcheck: Initialized\n");
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user