Skip to content

Commit

Permalink
Merge pull request #7205 from filecoin-project/feat/reduce-startup-spam
Browse files Browse the repository at this point in the history
Reduce lotus-miner startup spam
  • Loading branch information
Stebalien authored Aug 27, 2021
2 parents b0293fe + 2293ecd commit 714635c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extern/sector-storage/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ func (m *Manager) FinalizeSector(ctx context.Context, sector storage.SectorRef,
}

func (m *Manager) ReleaseUnsealed(ctx context.Context, sector storage.SectorRef, safeToFree []storage.Range) error {
log.Warnw("ReleaseUnsealed todo")
return nil
}

Expand Down
1 change: 0 additions & 1 deletion extern/storage-sealing/states_proving.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func (m *Sealing) handleRemoving(ctx statemachine.Context, sector SectorInfo) er

func (m *Sealing) handleProvingSector(ctx statemachine.Context, sector SectorInfo) error {
// TODO: track sector health / expiration
log.Infof("Proving sector %d", sector.SectorNumber)

cfg, err := m.getConfig()
if err != nil {
Expand Down

0 comments on commit 714635c

Please sign in to comment.