chore: restore the code change

This commit is contained in:
kailixu 2024-11-19 09:01:45 +08:00
parent a1c1d21c3c
commit ca49a3eaf0
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ void schedulerFreeJob(int64_t *jobId, int32_t errCode) {
SSchJob *pJob = NULL;
(void)schAcquireJob(*jobId, &pJob);
if (NULL == pJob) {
qTrace("Acquire sch job failed, may be dropped, jobId:0x%" PRIx64, *jobId);
qWarn("Acquire sch job failed, may be dropped, jobId:0x%" PRIx64, *jobId);
return;
}