fix(stream): adjust log.

This commit is contained in:
Haojun Liao 2025-02-23 15:37:59 +08:00
parent 3e55f8edfe
commit 14ef25101d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }