Print an informational message instead of an error message for MRA (Message

Receipt Acknowledgement) messages.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2016 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-08-28 07:12:26 +00:00
parent 023b65bafb
commit 725e090a94

View File

@@ -2720,7 +2720,10 @@ static int srpt_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event)
srpt_cm_rep_error(cm_id);
break;
case IB_CM_DREQ_ERROR:
PRINT_INFO("%s", "Received IB_CM_DREQ_ERROR event.");
PRINT_INFO("%s", "Received IB DREQ ERROR event.");
break;
case IB_CM_MRA_RECEIVED:
PRINT_INFO("%s", "Received IB MRA event");
break;
default:
PRINT_ERROR("received unrecognized IB CM event %d",