From c12cdbf8600204c4c67462812cdcd9fe20235dba Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 10 Mar 2016 05:00:01 +0000 Subject: [PATCH] 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 --- qla2x00t/qla2x00-target/qla2x00t.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index b8359c468..12d2c12cd 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -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]);