From 08623d3115bc49145cf96fcbe9c469f75c8b9c04 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 27 Jan 2014 19:01:24 +0000 Subject: [PATCH] ib_srpt: Clarify a log message git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5225 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 9942bccda..e1ec5eb4c 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1987,8 +1987,10 @@ static void srpt_process_send_completion(struct ib_cq *cq, srpt_send_context); } else if (opcode == SRPT_RDMA_READ_LAST || opcode == SRPT_RDMA_WRITE_LAST) { - PRINT_INFO("RDMA t %d for idx %u failed with status %d", - opcode, index, wc->status); + PRINT_INFO("RDMA t %d for idx %u failed with status %d." + " If this has not been triggered by a cable" + " pull, please check the involved IB HCA's" + " and cables.", opcode, index, wc->status); srpt_handle_rdma_err_comp(ch, ch->ioctx_ring[index], opcode, srpt_xmt_rsp_context); } else if (opcode != SRPT_RDMA_MID) {