patch-1.3.71 linux/kernel/printk.c

Next file: linux/kernel/sched.c
Previous file: linux/kernel/ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.70/linux/kernel/printk.c linux/kernel/printk.c
@@ -30,11 +30,11 @@
 extern void console_print(const char *);
 
 /* printk's without a loglevel use this.. */
-#define DEFAULT_MESSAGE_LOGLEVEL 5 /* KERN_NOTICE */
+#define DEFAULT_MESSAGE_LOGLEVEL 4 /* KERN_WARNING */
 
-/* We show everything that is more important than this.. */
-#define MINIMUM_CONSOLE_LOGLEVEL 6 /* Minimum loglevel we let people use */
-#define DEFAULT_CONSOLE_LOGLEVEL 6 /* anything more serious than KERN_INFO */
+/* We show everything that is MORE important than this.. */
+#define MINIMUM_CONSOLE_LOGLEVEL 5 /* Minimum loglevel we let people use */
+#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_NOTICE */
 
 unsigned long log_size = 0;
 struct wait_queue * log_wait = NULL;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this