Skip to content

Commit

Permalink
Merge pull request #4924 from s1m0n21/master
Browse files Browse the repository at this point in the history
Remove unused key
  • Loading branch information
magik6k authored Nov 20, 2020
2 parents 91a3d1d + 2b611b3 commit 99972c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/sector-storage/faults.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (m *Manager) CheckProvable(ctx context.Context, pp abi.RegisteredPoStProof,
}

if !locked {
log.Warnw("CheckProvable Sector FAULT: can't acquire read lock", "sector", sector, "sealed")
log.Warnw("CheckProvable Sector FAULT: can't acquire read lock", "sector", sector)
bad = append(bad, sector.ID)
return nil
}
Expand Down

0 comments on commit 99972c9

Please sign in to comment.