From: Arlin Davis Date: Tue, 18 Feb 2014 22:45:18 +0000 (-0800) Subject: common: add provider name and len to DTO error logging X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=20c15138435fecb96e7ade13ee53b2d99d2ba386;p=~ardavis%2Fdapl.git common: add provider name and len to DTO error logging Signed-off-by: Arlin Davis --- diff --git a/dapl/common/dapl_evd_util.c b/dapl/common/dapl_evd_util.c index 1315063..784e5a7 100644 --- a/dapl/common/dapl_evd_util.c +++ b/dapl/common/dapl_evd_util.c @@ -1253,7 +1253,8 @@ dapli_evd_cqe_to_event(IN DAPL_EVD * evd_ptr, } dapl_log(DAPL_DBG_TYPE_ERR, - "DTO completion ERR: status %d, op %s, vendor_err 0x%x - %s\n", + "DTO completion ERR: %s len %d status %d op %s vendor_err 0x%x - %s\n", + PROVIDER_NAME, cookie->val.dto.size, DAPL_GET_CQE_STATUS(cqe_ptr), DAPL_GET_DTO_OP_STR(cookie->val.dto.type), DAPL_GET_CQE_VENDOR_ERR(cqe_ptr),