fix error message
This commit is contained in:
parent
680af8eb09
commit
4d286da593
@ -824,7 +824,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
return xerrors.Errorf("error marking cold blocks: %w", err)
|
||||
return xerrors.Errorf("error marking hot objects: %w", err)
|
||||
}
|
||||
|
||||
if count > s.markSetSize {
|
||||
|
Loading…
Reference in New Issue
Block a user