fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-09-29 19:18:49 +08:00
parent a23e6c2ce9
commit 52be89c022
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static void doStartScanWal(void* param, void* tmrId) {
code = taosReleaseRef(streamMetaId, pParam->metaId); code = taosReleaseRef(streamMetaId, pParam->metaId);
if (code) { if (code) {
tqError("vgId:% failed to release ref for streamMeta, rid:%" PRId64, vgId, pParam->metaId, tstrerror(code)); tqError("vgId:%d failed to release ref for streamMeta, rid:%" PRId64, vgId, pParam->metaId, tstrerror(code));
} }
taosMemoryFree(pParam); taosMemoryFree(pParam);