storagenode/pieces: fix log line

Change-Id: I8dba6b0f3d6af3140dfa503c8d6b33e6808d004f
This commit is contained in:
Egon Elbre 2023-01-17 11:04:47 +02:00
parent 079728f725
commit 90b7076d26

View File

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