]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
common: add provider name and len to DTO error logging
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 18 Feb 2014 22:45:18 +0000 (14:45 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Tue, 18 Feb 2014 22:45:18 +0000 (14:45 -0800)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
dapl/common/dapl_evd_util.c

index 1315063688cf9bc8d96158e4cfa7100aa3f02007..784e5a70a409669239c8843839c91e9d991ab6ef 100644 (file)
@@ -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),