diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index cdd1ab1bc..d34d3f1cf 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -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);