Skip to content

Commit

Permalink
kmemcheck: make initialization message less confusing
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pekka Enberg authored and Vegard Nossum committed Jun 15, 2009
1 parent 6a19638 commit 5b53b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mm/kmemcheck/kmemcheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*
Expand Down

0 comments on commit 5b53b76

Please sign in to comment.