From 63768c8715aa3df25ce992e598de88992733db2f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 24 Mar 2016 17:14:49 +0000 Subject: [PATCH] ib_srpt: Fix a debug message git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6839 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 d4fdcbe7a..6cbf2c548 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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);