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
This commit is contained in:
Bart Van Assche
2009-09-18 19:03:24 +00:00
parent 0a7c9e1f67
commit f048bf9956

View File

@@ -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);