fix/TD-32321-add-log-fix-case

This commit is contained in:
dmchen 2024-09-26 03:52:07 +00:00
parent cb218d674a
commit 2c244979a1
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ void qWorkerDestroy(void **qWorkerMgmt) {
return;
}
qInfo("wait for destroyed, refId:%" PRIx64, mgmt->refId);
qInfo("wait for destroyed");
while (0 == destroyed) {
taosMsleep(2);
}