From f048bf9956f7f34f44a852ec1a0b6c97cb9cef58 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 18 Sep 2009 19:03:24 +0000 Subject: [PATCH] Changed a PRINT_ERROR() statement into a PRINT_INFO() statement because this statement is triggered during the normal logout / relogin procedure. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1116 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 4be705758..105cad436 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1701,7 +1701,7 @@ static int srpt_cm_req_recv(struct ib_cm_id *cm_id, if (prev_state == RDMA_CHANNEL_LIVE) { ib_send_cm_dreq(ch->cm_id, NULL, 0); - PRINT_ERROR("disconnected" + PRINT_INFO("disconnected" " session %s because a new" " SRP_LOGIN_REQ has been received.", ch->sess_name);