mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
Missed hunk in the previous commit
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5492 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2404,7 +2404,7 @@ bool scst_pr_is_cmd_allowed(struct scst_cmd *cmd)
|
||||
"to PR", cmd->op_name, scst_get_opcode_name(cmd),
|
||||
cmd->sess->initiator_name);
|
||||
else
|
||||
TRACE_DBG("Command %s (0x%x) from %s is allowed to execute",
|
||||
TRACE_DBG("Command %s (%s) from %s is allowed to execute",
|
||||
cmd->op_name, scst_get_opcode_name(cmd),
|
||||
cmd->sess->initiator_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user