refactor: update some logs.

This commit is contained in:
Haojun Liao 2025-01-28 01:38:16 +08:00
parent ed03b3a22c
commit cb9a1a852d
1 changed files with 2 additions and 0 deletions

View File

@ -1098,6 +1098,8 @@ static void chkptReadyMsgSendMonitorFn(void* param, void* tmrId) {
pActiveInfo = pTask->chkInfo.pActiveInfo;
pTmrInfo = &pActiveInfo->chkptReadyMsgTmr;
stDebug("s-task:%s acquire task, refId:%" PRId64, id, taskRefId);
// check the status every 100ms
if (streamTaskShouldStop(pTask)) {
streamCleanBeforeQuitTmr(pTmrInfo, param);