patch-2.4.4 linux/fs/reiserfs/prints.c
Next file: linux/fs/reiserfs/stree.c
Previous file: linux/fs/reiserfs/objectid.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Fri Apr 13 20:26:07 2001
-  Orig file: 
v2.4.3/linux/fs/reiserfs/prints.c
-  Orig date: 
Mon Jan 15 15:31:19 2001
diff -u --recursive --new-file v2.4.3/linux/fs/reiserfs/prints.c linux/fs/reiserfs/prints.c
@@ -259,14 +259,14 @@
 {
   do_reiserfs_warning;
   /* console_print (error_buf); */
-  printk ("%s", error_buf);
+  printk (KERN_WARNING "%s", error_buf);
 }
 
 void reiserfs_debug (struct super_block *s, int level, const char * fmt, ...)
 {
 #ifdef CONFIG_REISERFS_CHECK
   do_reiserfs_warning;
-  printk ("%s", error_buf);
+  printk (KERN_DEBUG "%s", error_buf);
 #else
   ; 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)