[arch-commits] Commit in linux/trunk (change-default-console-loglevel.patch)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Mar 6 16:02:37 UTC 2013


    Date: Wednesday, March 6, 2013 @ 17:02:37
  Author: tpowa
Revision: 179547

change KERN_DEBUG to KERN_WARNING in patch

Modified:
  linux/trunk/change-default-console-loglevel.patch

---------------------------------------+
 change-default-console-loglevel.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: change-default-console-loglevel.patch
===================================================================
--- change-default-console-loglevel.patch	2013-03-06 15:52:21 UTC (rev 179546)
+++ change-default-console-loglevel.patch	2013-03-06 16:02:37 UTC (rev 179547)
@@ -6,7 +6,7 @@
  /* 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);
  




More information about the arch-commits mailing list