mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
Since it is normal that the SCST core calls srpt_xmit_response() for
a command that has already been aborted, changed the message that reports this from an error message to an informational message. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1123 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2340,8 +2340,8 @@ static int srpt_xmit_response(struct scst_cmd *scmnd)
|
||||
srp_rsp = ioctx->buf;
|
||||
|
||||
if (unlikely(scst_cmd_aborted(scmnd))) {
|
||||
PRINT_ERROR("%s: tag= %lld already got aborted",
|
||||
__func__, (unsigned long long)tag);
|
||||
PRINT_INFO("%s: tag= %lld already got aborted",
|
||||
__func__, (unsigned long long)tag);
|
||||
goto out_aborted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user