diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index ec1b72590..6bb46badf 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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; }