fix(stream): adjust log.
This commit is contained in:
parent
a98d839c01
commit
4ff74ab2ea
|
@ -125,7 +125,7 @@ static void doStartScanWal(void* param, void* tmrId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pMeta->startInfo.startAllTasks) {
|
if (pMeta->startInfo.startAllTasks) {
|
||||||
tqTrace("vgId:%d in restart procedure, not ready to scan wal", vgId);
|
tqDebug("vgId:%d in restart procedure, not ready to scan wal", vgId);
|
||||||
goto _end;
|
goto _end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue