This commit is contained in:
allen 2025-10-02 15:15:55 -04:00
parent 907ad70623
commit 0a290f4509

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", "last", lastID)
i.log.Debug("History is fully indexed", i.getHistoryRangeInfo(lastID))
}
return
}