Skip to content

Commit

Permalink
chore: restore the code change
Browse files Browse the repository at this point in the history
  • Loading branch information
kailixu committed Nov 19, 2024
1 parent a1c1d21 commit ca49a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/libs/scheduler/src/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ca49a3e

Please sign in to comment.