summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-15 22:57:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-15 22:57:38 -0300
commit0e8693d9e486f6c14ff51fe009a36dd0e5bde109 (patch)
tree89ad03ef78041d54f7aa3e7c42ad2b3c310d311a /kernels/linux-libre-rt/change-default-console-loglevel.patch
parent279f6d1ca3d9c9d442838e11bfaaab6e8b4157fc (diff)
linux-libre-rt: updating revision
* Change KERN_DEBUG to KERN_WARNING in patch
Diffstat (limited to 'kernels/linux-libre-rt/change-default-console-loglevel.patch')
-rw-r--r--kernels/linux-libre-rt/change-default-console-loglevel.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/linux-libre-rt/change-default-console-loglevel.patch b/kernels/linux-libre-rt/change-default-console-loglevel.patch
index 63435d84f..2685d4d23 100644
--- a/kernels/linux-libre-rt/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-rt/change-default-console-loglevel.patch
@@ -6,7 +6,7 @@ diff -upr linux-3.0.orig/kernel/printk.c linux-3.0/kernel/printk.c
/* 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 */
++#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING */
DECLARE_WAIT_QUEUE_HEAD(log_wait);