fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-08-30 09:57:04 +08:00
parent bb90755642
commit 9aaed8631f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ int32_t tqScanWal(STQ* pTq) {
streamMetaWLock(pMeta);
int32_t times = (--pMeta->scanInfo.scanCounter);
if (times < 0) {
tqError("vgId:%d invalid scan counter:%d, reset to 0", vgId);
tqError("vgId:%d invalid scan counter:%d, reset to 0", vgId, times);
times = 0;
}