mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user