From 8d6b96edbc4d09c80a69df8524c8bff9c52871a3 Mon Sep 17 00:00:00 2001 From: Yan Burman Date: Tue, 25 Feb 2014 13:51:34 +0000 Subject: [PATCH] iscsid: Make iser connection request print more verbose Signed-off-by: Yan Burman git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5314 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/usr/iscsi_scstd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iscsi-scst/usr/iscsi_scstd.c b/iscsi-scst/usr/iscsi_scstd.c index 7d9a13577..b0875c761 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -332,6 +332,8 @@ static void iser_accept(int fd) goto out_close; } + log_info("iSER Connect to %s:%s", target_portal, target_portal_port); + if (conn_blocked) { log_warning("Connection refused due to blocking\n"); goto out_close; @@ -354,8 +356,6 @@ static void iser_accept(int fd) conn->is_iser = true; incoming_cnt++; - log_info("iSER connect\n"); - out: return;