summarylogtreecommitdiffstats
path: root/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorLeonard König2016-02-16 23:58:56 +0100
committerLeonard König2016-02-16 23:58:56 +0100
commit652a55e72878640107f27d75afcd5a7900f20c58 (patch)
tree2eb1b189f3287225f8789efb650e9945de1182c8 /change-default-console-loglevel.patch
downloadaur-652a55e72878640107f27d75afcd5a7900f20c58.tar.gz
inital import from 72631d1
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=72631d167706af02e50a496a437691e4548878e4
Diffstat (limited to 'change-default-console-loglevel.patch')
-rw-r--r--change-default-console-loglevel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/change-default-console-loglevel.patch b/change-default-console-loglevel.patch
new file mode 100644
index 000000000000..11da2a9d8ba8
--- /dev/null
+++ b/change-default-console-loglevel.patch
@@ -0,0 +1,11 @@
+--- linux-3.16/include/linux/printk.h.old 2014-08-04 18:48:30.686043266 +0200
++++ linux-3.16/include/linux/printk.h 2014-08-04 18:48:47.706218528 +0200
+@@ -37,7 +37,7 @@
+ #define CONSOLE_LOGLEVEL_SILENT 0 /* Mum's the word */
+ #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
+ #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
+-#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
++#define CONSOLE_LOGLEVEL_DEFAULT 4 /* anything MORE serious than KERN_DEBUG */
+ #define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
+ #define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
+