summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-15 19:12:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-15 19:12:41 -0300
commit5df21156801e96f4d6664f9f1fe0c6662480d175 (patch)
tree5f339998776b56d1db306fc9ca3834d2fbc080a6 /libre/linux-libre-lts/change-default-console-loglevel.patch
parent2c33b6fa89ccd00a73f94c58eead90728f4fc58c (diff)
linux-libre-lts: updating version
* Update 3.0.69 version for i686 and x86_64 * Update 3.0.68 version for mips64el * Change KERN_DEBUG to KERN_WARNING in patch
Diffstat (limited to 'libre/linux-libre-lts/change-default-console-loglevel.patch')
-rw-r--r--libre/linux-libre-lts/change-default-console-loglevel.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/change-default-console-loglevel.patch b/libre/linux-libre-lts/change-default-console-loglevel.patch
index 63435d84f..2685d4d23 100644
--- a/libre/linux-libre-lts/change-default-console-loglevel.patch
+++ b/libre/linux-libre-lts/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);