mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Fixed a recently introduced format specification mismatch.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1415 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -3867,7 +3867,7 @@ int scst_get_cdb_info(struct scst_cmd *cmd)
|
||||
|
||||
op = cmd->cdb[0]; /* get clear opcode */
|
||||
|
||||
TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%d, "
|
||||
TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%ld, "
|
||||
"dev_type=%d", op, SCST_GET_CDB_LEN(op), SCST_CDB_TBL_SIZE,
|
||||
dev_type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user