fix(stream): fix syntax error.
This commit is contained in:
parent
bb90755642
commit
9aaed8631f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue