mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
ib_srpt: Fix a debug message
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6839 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2183,7 +2183,7 @@ static int srpt_compl_thread(void *arg)
|
||||
}
|
||||
set_current_state(TASK_RUNNING);
|
||||
|
||||
pr_debug("%s-%d: about to unregister this session()\n",
|
||||
pr_debug("%s-%d: about to unregister this session\n",
|
||||
ch->sess_name, ch->qp->qp_num);
|
||||
scst_unregister_session(ch->sess, false, srpt_unreg_sess);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user