log: update logs.

This commit is contained in:
Haojun Liao 2023-09-27 14:48:53 +08:00
parent d10b07d23d
commit 60a720efbb
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ static void tryLaunchHistoryTask(void* param, void* tmrId) {
const char* p = streamGetTaskStatusStr(pTask->status.taskStatus);
int32_t hTaskId = pHTaskInfo->id.taskId;
stDebug(
"s-task:%s status:%s failed to launch fill-history task:0x%x, retry launch %dms, retryCount:%d",
"s-task:%s status:%s failed to launch fill-history task:0x%x, retry launch:%dms, retryCount:%d",
pTask->id.idStr, p, hTaskId, pHTaskInfo->waitInterval, pHTaskInfo->retryTimes);
taosTmrReset(tryLaunchHistoryTask, LAUNCH_HTASK_INTERVAL, pInfo, streamEnv.timer, &pHTaskInfo->pTimer);