Re: [PATCH] [SCSI] st.c : fix up log messages format

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux