From a80262d80d5b4cedc64b722d49d9f760c0c5af84 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Thu, 5 Jul 2012 09:05:36 -0700 Subject: [PATCH] update debug message --- dapl/svc/mpxyd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dapl/svc/mpxyd.c b/dapl/svc/mpxyd.c index 84418f3..82acf66 100644 --- a/dapl/svc/mpxyd.c +++ b/dapl/svc/mpxyd.c @@ -1763,9 +1763,9 @@ static void mix_dto_event(struct mcm_cq *m_cq, struct ibv_wc *wc, int nc) m_cq->smd->scif_ep, ret, len); return; } - mlog(0, " MIX_DTO_EVENT: cq %p id %d ctx %p stat %d op %d ln %d wr_id %p\n", - m_cq, msg.cq_id, msg.cq_ctx, msg.wc.status, msg.wc.opcode, - msg.wc.byte_len, msg.wc.wr_id); + mlog(0, " MIX_DTO_EVENT (ep=%d,sz=%d): cq %p id %d ctx %p stat %d op %d ln %d wr_id %p\n", + m_cq->smd->scif_ep, len, m_cq, msg.cq_id, msg.cq_ctx, + msg.wc.status, msg.wc.opcode, msg.wc.byte_len, msg.wc.wr_id); } } -- 2.41.0