storagenode/pieces: fix log line
Change-Id: I8dba6b0f3d6af3140dfa503c8d6b33e6808d004f
This commit is contained in:
parent
079728f725
commit
90b7076d26
@ -78,7 +78,7 @@ func (chore *TrashChore) Run(ctx context.Context) (err error) {
|
||||
}
|
||||
defer func() { <-limiter }()
|
||||
|
||||
chore.log.Info("restore trash started", zap.Stringer("Satellite ID", satellite))
|
||||
chore.log.Info("emptying trash started", zap.Stringer("Satellite ID", satellite))
|
||||
trashedBefore := time.Now().Add(-chore.trashExpiryInterval)
|
||||
err := chore.store.EmptyTrash(ctx, satellite, trashedBefore)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user