summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-03-21 12:12:27 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-03-21 12:12:27 -0300
commit9f59cbc1fd9ac9b0c5b08f81447dbd1794992f3d (patch)
tree61c08b7025d4d1044347d9efd42cf5d9680b7072 /libre/linux-libre-lts/change-default-console-loglevel.patch
parent55f42c86ab5e8509098cc9763975b58bf9ce6504 (diff)
parent199598529a8f378b590f77ca6d5434bbd1a58c8d (diff)
downloadabslibre-9f59cbc1fd9ac9b0c5b08f81447dbd1794992f3d.tar.gz
abslibre-9f59cbc1fd9ac9b0c5b08f81447dbd1794992f3d.tar.bz2
abslibre-9f59cbc1fd9ac9b0c5b08f81447dbd1794992f3d.zip
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
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);