From 7150fc35f2b92823ef4b4dd71bab7b25f5cb89c7 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 29 Apr 2014 01:45:43 +0000 Subject: [PATCH] Missed hunk in the previous commit git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5492 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_pres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_pres.c b/scst/src/scst_pres.c index 2108875f0..61017a4a8 100644 --- a/scst/src/scst_pres.c +++ b/scst/src/scst_pres.c @@ -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);