patch-1.3.64 linux/drivers/block/rd.c
Next file: linux/drivers/char/README.stallion
Previous file: linux/drivers/block/ll_rw_blk.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Thu Feb 15 09:20:51 1996
 -  Orig file: 
v1.3.63/linux/drivers/block/rd.c
 -  Orig date: 
Sat Jan  6 19:10:39 1996
 
diff -u --recursive --new-file v1.3.63/linux/drivers/block/rd.c linux/drivers/block/rd.c
@@ -431,7 +431,7 @@
 		outfile.f_op->write(outfile.f_inode, &outfile, buf,
 				    BLOCK_SIZE);
 		if (!(i % 16)) {
-			printk("%c\b", rotator[rotate & 0x3]);
+			printk(KERN_NOTICE "%c\b", rotator[rotate & 0x3]);
 			rotate++;
 		}
 	}
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