fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2023-07-26 17:00:41 +08:00
parent 7d9fa2b0d4
commit 3c387f6e91
1 changed files with 1 additions and 2 deletions

View File

@ -1329,8 +1329,7 @@ int32_t tqProcessTaskScanHistoryFinishRsp(STQ* pTq, SRpcMsg* pMsg) {
} else { } else {
tqDebug( tqDebug(
"s-task:%s scan-history finish rsp received from downstream task:0x%x, all downstream tasks rsp scan-history " "s-task:%s scan-history finish rsp received from downstream task:0x%x, all downstream tasks rsp scan-history "
"completed msg", "completed msg", pTask->id.idStr, req.downstreamId);
pTask->id.idStr);
streamProcessScanHistoryFinishRsp(pTask); streamProcessScanHistoryFinishRsp(pTask);
} }