Re: [PATCH 12/15] qedf: Move some prints to a debug level so they do not print when no debugging is enabled.

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

 



On Tue, 2017-05-23 at 06:19 -0700, Dupuis, Chad wrote:
>  	if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) {
> -		QEDF_ERR(&(qedf->dbg_ctx), "Dropping frame due to "
> -		    "destination mismatch: lport->port_id=%x "
> -		    "fh->d_id=%x.\n",
> +		QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_LL2,
> +		    "Dropping frame due to destination mismatch: "
> +		    "lport->port_id=%x fh->d_id=%x.\n",
>  		    lport->port_id, ntoh24(fh->fh_d_id));
>  		kfree_skb(skb);
>  		return;

Hello Chad,

Please consider to keep the above error message on a single line.

Thanks,

Bart.



[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