From b895a01ca73d3c7c4b109048e8107f81c556e46b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 25 Dec 2009 09:10:10 +0000 Subject: [PATCH] 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 --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);