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:
Bart Van Assche
2016-03-24 17:14:49 +00:00
parent 3a7a5e7289
commit 63768c8715

View File

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