]> Pileus Git - ~andy/linux/commit
init: raise log level
authorRichard Weinberger <richard@nod.at>
Mon, 29 Apr 2013 23:18:19 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:20 +0000 (18:28 -0700)
commitc2409b004ac4757ac5121851f8a58e0bcbcf7a3c
treea5537edab10b0ae5f29d16e75ce67df034d8666a
parentf91eb62f71b31e69e405663ff8d047bc3b9f7525
init: raise log level

If the kernel was booted with the "quiet" boot option we have currently no
chance to see why an initrd fails.  Change KERN_WARNING to KERN_ERR to see
what is going on.

Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/main.c