diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index dc66d98d7..d0216b238 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1887,7 +1887,7 @@ static int scst_report_luns_local(struct scst_cmd *cmd) cmd->driver_status = 0; if ((cmd->cdb[2] != 0) && (cmd->cdb[2] != 2)) { - TRACE(TRACE_MINOR, "Unsupported SELECT REPORT value %x in " + TRACE(TRACE_MINOR, "Unsupported SELECT REPORT value %#x in " "REPORT LUNS command", cmd->cdb[2]); scst_set_invalid_field_in_cdb(cmd, 2, 0); goto out_compl;