diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 131bf2a57..9b6a4484a 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -3122,7 +3122,7 @@ static int scst_check_hw_pending_cmd(struct scst_cmd *cmd, goto out; } - TRACE_MGMT_DBG("Cmd %p HW pending for too long %ld (state %x)", + TRACE(TRACE_MGMT, "Cmd %p HW pending for too long %ld (state %x)", cmd, (cur_time - cmd->hw_pending_start) / HZ, cmd->state);