fix(stream): adjust log.
This commit is contained in:
parent
3e55f8edfe
commit
14ef25101d
|
@ -131,7 +131,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