mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
ib_srpt: Change the severity level of a log message
Make sure that target port state changes get logged even with debugging disabled. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5365 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2348,8 +2348,8 @@ static int srpt_enable_target(struct scst_tgt *scst_tgt, bool enable)
|
||||
if (!srpt_tgt)
|
||||
goto out;
|
||||
|
||||
TRACE_DBG("%s target %s", enable ? "Enabling" : "Disabling",
|
||||
scst_tgt->tgt_name);
|
||||
PRINT_INFO("%s target %s", enable ? "Enabling" : "Disabling",
|
||||
scst_tgt->tgt_name);
|
||||
|
||||
spin_lock_irq(&srpt_tgt->spinlock);
|
||||
srpt_tgt->enabled = enable;
|
||||
|
||||
Reference in New Issue
Block a user