fix(stream): adjust log.

This commit is contained in:
Haojun Liao 2025-02-23 15:37:59 +08:00
parent a98d839c01
commit 4ff74ab2ea
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static void doStartScanWal(void* param, void* tmrId) {
}
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;
}