No, it is'nt.
Gerd
----------------------------------------------------
--- linux/drivers/scsi/sr_ioctl.c~ Thu Mar 25 23:11:51 1999
+++ linux/drivers/scsi/sr_ioctl.c Tue Apr 27 19:26:39 1999
@@ -110,8 +110,8 @@
break;
}
}
- printk(KERN_INFO "sr%d: CDROM not ready. Make sure there is a disc in the drive.\n",target);
#ifdef DEBUG
+ printk(KERN_INFO "sr%d: CDROM not ready. Make sure there is a disc in the drive.\n",target);
print_sense("sr", SCpnt);
#endif
err = -ENOMEDIUM;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/