summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 04:12:16 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 04:12:16 -0300
commitc597e34a9eb5b621b25948a2dee839c0373c9a06 (patch)
tree4ca33e37c998b980263797deab1bb7c492db23a4 /libre-testing/linux-libre/change-default-console-loglevel.patch
parent6cbb4856878cd40a98b794d44c499ce24919ba9f (diff)
parent21888545b93caafc0f72de189b74712deed0a8bf (diff)
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'libre-testing/linux-libre/change-default-console-loglevel.patch')
-rw-r--r--libre-testing/linux-libre/change-default-console-loglevel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre-testing/linux-libre/change-default-console-loglevel.patch b/libre-testing/linux-libre/change-default-console-loglevel.patch
deleted file mode 100644
index 11da2a9d8..000000000
--- a/libre-testing/linux-libre/change-default-console-loglevel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 */
-