Merge pull request #4924 from s1m0n21/master

Remove unused key
This commit is contained in:
Łukasz Magiera 2020-11-20 17:02:25 +01:00 committed by GitHub
commit 99972c9e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}