fix logging

This commit is contained in:
zenground0 2023-03-08 09:13:00 -07:00
parent bf29d41993
commit e17ec37d10

View File

@ -796,7 +796,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
}
log.Infow("purging cold objects from hotstore done", "took", time.Since(startPurge))
s.endCriticalSection()
log.Infow("total protected size", s.szProtectedTxns, "total marked live size", s.szMarkedLiveRefs)
log.Infow("critical section done", "total protected size", s.szProtectedTxns, "total marked live size", s.szMarkedLiveRefs)
if err := checkpoint.Close(); err != nil {
log.Warnf("error closing checkpoint: %s", err)