This commit is contained in:
allen 2025-10-02 20:45:33 -04:00
parent 0a290f4509
commit 6c49d6aede

View file

@ -560,7 +560,7 @@ func (i *indexIniter) index(done chan struct{}, interrupt *atomic.Int32, lastID
storeIndexMetadata(i.disk, i.typ, 0)
i.log.Info("Initialized history indexing flag")
} else {
i.log.Debug("History is fully indexed", i.getHistoryRangeInfo(lastID))
i.log.Debug("History is fully indexed", i.getHistoryRangeInfo(lastID)...)
}
return
}