fix(stream):fix syntax error.

This commit is contained in:
Haojun Liao 2024-07-17 18:57:29 +08:00
parent b35d107bf9
commit 9bdc65ceb1
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ int32_t streamMetaUnregisterTask(SStreamMeta* pMeta, int64_t streamId, int32_t t
if (timerActive > 0) {
taosMsleep(100);
stDebug("s-task:0x%x wait for quit from timer", id.taskId);
stDebug("s-task:0x%" PRIx64 " wait for quit from timer", id.taskId);
} else {
break;
}