diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index b76e7b8b8..c777a2837 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2351,8 +2351,8 @@ static int srpt_xmit_response(struct scst_cmd *scmnd) srp_rsp = ioctx->buf; if (unlikely(scst_cmd_aborted(scmnd))) { - PRINT_INFO("%s: tag= %lld already got aborted", - __func__, (unsigned long long)tag); + TRACE_MGMT_DBG("%s: tag= %lld already got aborted", + __func__, (unsigned long long)tag); goto out_aborted; }