fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-07-22 10:03:05 +08:00
parent 12015fe414
commit 06ca010059
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ int32_t tqStreamTaskProcessDropReq(SStreamMeta* pMeta, char* msg, int32_t msgLen
// drop the stream task now
code = streamMetaUnregisterTask(pMeta, pReq->streamId, pReq->taskId);
if (code) {
tqDebug("s-task:0x%x vgId:%d drop failed", pReq->taskId, vgId, (int32_t)hTaskId.taskId);
tqDebug("s-task:0x%x vgId:%d drop task failed", pReq->taskId, vgId);
}
// commit the update