fix log
This commit is contained in:
parent
0b7153be86
commit
59936ef468
@ -873,7 +873,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
|
|||||||
// consituents. THIS NEEDS TO BE FIXED -- but until then we do this missing dance business
|
// consituents. THIS NEEDS TO BE FIXED -- but until then we do this missing dance business
|
||||||
missing := make(map[cid.Cid]struct{})
|
missing := make(map[cid.Cid]struct{})
|
||||||
if len(txnRefs) > 0 {
|
if len(txnRefs) > 0 {
|
||||||
log.Info("updating mark set for live references", "refs", len(txnRefs))
|
log.Infow("updating mark set for live references", "refs", len(txnRefs))
|
||||||
startMark = time.Now()
|
startMark = time.Now()
|
||||||
walked := cid.NewSet()
|
walked := cid.NewSet()
|
||||||
count = 0
|
count = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user