Small logging cleanup

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4908 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-07-02 06:09:57 +00:00
parent 21c8cfa9f1
commit bc2b2b1a84

View File

@@ -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);