diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index d34d3f1cf..756b1b1f0 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=%ld, " + TRACE_DBG("opcode=%02x, cdblen=%d bytes, tblsize=%zd, " "dev_type=%d", op, SCST_GET_CDB_LEN(op), SCST_CDB_TBL_SIZE, dev_type);