blob: 458ff2cab28758d4682e57419ceed6495f2cf634 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/include/linux/printk.h b/include/linux/printk.h
index e9b603e..9049143 100644
--- a/include/linux/printk.h
+++ b/include/linux/printk.h
@@ -52,7 +52,7 @@ static inline const char *printk_skip_headers(const char *buffer)
#define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
#define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
#define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
-#define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
+#define CONSOLE_LOGLEVEL_MOTORMOUTH 1 /* You can't shut this one up */
/*
* Default used to be hard-coded at 7, we're now allowing it to be set from
|