patch-2.1.15 linux/drivers/scsi/sr_ioctl.c

Next file: linux/drivers/scsi/u14-34f.c
Previous file: linux/drivers/scsi/sr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/drivers/scsi/sr_ioctl.c linux/drivers/scsi/sr_ioctl.c
@@ -63,7 +63,7 @@
 	    printk("Disc change detected.\n");
 	    break;
 	case NOT_READY: /* This happens if there is no disc in drive */
-	    printk("CDROM not ready.  Make sure there is a disc in the drive.\n");
+	    printk(KERN_INFO "CDROM not ready.  Make sure there is a disc in the drive.\n");
 	    break;
 	case ILLEGAL_REQUEST:
 	    printk("CDROM (ioctl) reports ILLEGAL REQUEST.\n");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov