mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 12:11:26 +00:00
iscsid: Make iser connection request print more verbose
Signed-off-by: Yan Burman <yanb@mellanox.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5314 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user