From 20c15138435fecb96e7ade13ee53b2d99d2ba386 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Tue, 18 Feb 2014 14:45:18 -0800 Subject: [PATCH] common: add provider name and len to DTO error logging Signed-off-by: Arlin Davis --- dapl/common/dapl_evd_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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), -- 2.46.0