summarylogtreecommitdiffstats
path: root/change-default-console-loglevel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'change-default-console-loglevel.patch')
-rw-r--r--change-default-console-loglevel.patch1
1 files changed, 0 insertions, 1 deletions
diff --git a/change-default-console-loglevel.patch b/change-default-console-loglevel.patch
index 11da2a9d8ba8..fa3aba5237a4 100644
--- a/change-default-console-loglevel.patch
+++ b/change-default-console-loglevel.patch
@@ -4,7 +4,6 @@
#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 */