mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
289 B

--- linux-2.4.21_orig/init/main.c 2003-07-25 16:13:42.000000000 +0200
+++ linux-2.4.21/init/main.c 2003-07-25 16:16:30.000000000 +0200
@@ -210,7 +210,7 @@ static int __init quiet_kernel(char *str
{
if (*str)
return 0;
- console_loglevel = 4;
+ console_loglevel = 3;
return 1;
}