From 54a84dff083e19153dd965ee363d578484803de0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 23 Apr 2014 13:38:54 +0000 Subject: [PATCH] ib_srpt: Clean up the CM event handling messages (part 3) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5462 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 18a0f503f..a91e01b68 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2851,7 +2851,7 @@ static int srpt_cm_dreq_recv(struct srpt_rdma_ch *ch) */ static void srpt_cm_drep_recv(struct srpt_rdma_ch *ch) { - PRINT_INFO("Received InfiniBand DREP message for ch %p.", ch); + PRINT_INFO("Received CM DREP message for ch %s.", ch->sess_name); srpt_close_ch(ch); } @@ -2898,10 +2898,10 @@ static int srpt_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) srpt_cm_rep_error(ch); break; case IB_CM_DREQ_ERROR: - PRINT_INFO("Received IB DREQ ERROR event."); + PRINT_INFO("Received CM DREQ ERROR event."); break; case IB_CM_MRA_RECEIVED: - PRINT_INFO("Received IB MRA event"); + PRINT_INFO("Received CM MRA event"); break; default: PRINT_ERROR("received unrecognized IB CM event %d",