mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
Report target name when session assigned to security group
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3935 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -6240,8 +6240,9 @@ static int scst_init_session(struct scst_session *sess)
|
||||
|
||||
sess->acg = scst_find_acg(sess);
|
||||
|
||||
PRINT_INFO("Using security group \"%s\" for initiator \"%s\"",
|
||||
sess->acg->acg_name, sess->initiator_name);
|
||||
PRINT_INFO("Using security group \"%s\" for initiator \"%s\" "
|
||||
"(target %s)", sess->acg->acg_name, sess->initiator_name,
|
||||
sess->tgt->tgt_name);
|
||||
|
||||
list_add_tail(&sess->acg_sess_list_entry, &sess->acg->acg_sess_list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user