PKGBUILDs/core/linux-kirkwood/change-default-console-loglevel.patch

13 lines
560 B
Diff
Raw Normal View History

2013-05-09 06:41:48 +00:00
diff -ruN a/kernel/printk.c b/kernel/printk.c
--- a/kernel/printk.c 2013-05-07 21:58:03.000000000 -0600
+++ b/kernel/printk.c 2013-05-08 23:24:39.000000000 -0600
@@ -61,7 +61,7 @@
2012-07-18 15:14:04 +00:00
/* We show everything that is MORE important than this.. */
#define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
-#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
+#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_DEBUG */
2013-05-09 06:41:48 +00:00
int console_printk[4] = {
DEFAULT_CONSOLE_LOGLEVEL, /* console_loglevel */