On Fri, Nov 03, 2006 at 01:25:12AM -0800, Luben Tuikov wrote: > sdev_printk(KERN_WARNING, SDp, > - "Attached scsi tape %s", tape_name(tpnt)); > - printk(KERN_WARNING "%s: try direct i/o: %s (alignment %d B)\n", > - tape_name(tpnt), tpnt->try_dio ? "yes" : "no", > - queue_dma_alignment(SDp->request_queue) + 1); > + "Attached scsi tape %s\n", tape_name(tpnt)); > + sdev_printk(KERN_WARNING, SDp, > + "%s: try direct i/o: %s (alignment %d bytes)\n", > + tape_name(tpnt), tpnt->try_dio ? "yes" : "no", > + queue_dma_alignment(SDp->request_queue) + 1); > I know you didn't change this ... but why are these KERN_WARNING? Surely KERN_INFO is more appropriate here? - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html