qla2x00t: decrease severity of 2 log messages

Those messages don't necessare mean any error. Some harmless race
conditions between the target driver and FW can lead to them as well.



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6825 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2016-03-10 05:00:01 +00:00
parent 8e2996b74a
commit c12cdbf860
+2 -2
View File
@@ -5610,7 +5610,7 @@ static void q2t_response_pkt(scsi_qla_host_t *vha, response_t *pkt)
*/
q24_retry_term_exchange(vha, entry);
} else
PRINT_ERROR("qla2x00t(%ld): ABTS_RESP_24XX "
PRINT_WARNING("qla2x00t(%ld): ABTS_RESP_24XX "
"failed %x (subcode %x:%x)", vha->host_no,
entry->compl_status, entry->error_subcode1,
entry->error_subcode2);
@@ -5815,7 +5815,7 @@ retry:
"S_ID %x:%x:%x", s_id[0], s_id[1],
s_id[2]);
} else
PRINT_ERROR("qla2x00t(%ld): Unable to find "
PRINT_WARNING("qla2x00t(%ld): Unable to find "
"initiator with S_ID %x:%x:%x",
vha->host_no, s_id[0], s_id[1],
s_id[2]);