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:
Vladislav Bolkhovitin
2014-04-29 01:45:43 +00:00
parent 86db759148
commit 7150fc35f2

View File

@@ -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);