From 393fed29d24e7aa88ff0323a643f152e6724bbe1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 21 Dec 2011 09:24:45 +0000 Subject: [PATCH] ib_srpt: Log a message when closing a channel because of relogin git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4024 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 2cf14d4cb..c97c04812 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2489,9 +2489,9 @@ static int srpt_cm_req_recv(struct ib_cm_id *cm_id, if (!__srpt_close_ch(ch2)) continue; - TRACE_DBG("Found and closed existing channel" - " %s; cm_id = %p", ch2->sess_name, - ch2->cm_id); + PRINT_INFO("Relogin - closed existing channel" + " %s; cm_id = %p", ch2->sess_name, + ch2->cm_id); rsp->rsp_flags = SRP_LOGIN_RSP_MULTICHAN_TERMINATED;