fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-01-04 19:18:10 +08:00
parent 14e90eb16e
commit 356b7093f5
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ int32_t streamTaskOnNormalTaskReady(SStreamTask* pTask) {
}
stDebug("s-task:%s no need to scan-history data, status:%s, sched-status:%d, ready for data from wal ver:%" PRId64,
id, p, pTask->status.schedStatus, startVer);
id, p->name, pTask->status.schedStatus, startVer);
} else {
stDebug("s-task:%s level:%d status:%s sched-status:%d", id, pTask->info.taskLevel, p->name, pTask->status.schedStatus);
}