commit | c2409b004ac4757ac5121851f8a58e0bcbcf7a3c | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Apr 29 16:18:19 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 29 18:28:20 2013 -0700 |
tree | a5537edab10b0ae5f29d16e75ce67df034d8666a | |
parent | f91eb62f71b31e69e405663ff8d047bc3b9f7525 [diff] |
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>