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:
Bart Van Assche
2009-12-25 09:10:10 +00:00
parent 3c45b44aee
commit b895a01ca7
+1 -1
View File
@@ -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);