forked from luck/tmp_suning_uos_patched
[SCSI] qla2xxx: Move noisy Start scsi failed messages to verbose logging level.
This message can fill up the system logs and is not a common occurrence so move it to the verbose logging level. Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
03003960a4
commit
53016ed321
@ -719,7 +719,7 @@ qla2xxx_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
|
|||||||
|
|
||||||
rval = ha->isp_ops->start_scsi(sp);
|
rval = ha->isp_ops->start_scsi(sp);
|
||||||
if (rval != QLA_SUCCESS) {
|
if (rval != QLA_SUCCESS) {
|
||||||
ql_dbg(ql_dbg_io, vha, 0x3013,
|
ql_dbg(ql_dbg_io + ql_dbg_verbose, vha, 0x3013,
|
||||||
"Start scsi failed rval=%d for cmd=%p.\n", rval, cmd);
|
"Start scsi failed rval=%d for cmd=%p.\n", rval, cmd);
|
||||||
goto qc24_host_busy_free_sp;
|
goto qc24_host_busy_free_sp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user