mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
Minor logging cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4876 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -7922,7 +7922,7 @@ static void __scst_check_set_UA(struct scst_tgt_dev *tgt_dev,
|
||||
list_for_each_entry(UA_entry_tmp, &tgt_dev->UA_list,
|
||||
UA_list_entry) {
|
||||
if (memcmp(sense, UA_entry_tmp->UA_sense_buffer, len) == 0) {
|
||||
TRACE_MGMT_DBG("UA already exists (dev %s, "
|
||||
TRACE_DBG("UA already exists (dev %s, "
|
||||
"initiator %s)", tgt_dev->dev->virt_name,
|
||||
tgt_dev->sess->initiator_name);
|
||||
skip_UA = 1;
|
||||
|
||||
Reference in New Issue
Block a user