Skip to content

Commit

Permalink
storagenode/pieces: fix log line
Browse files Browse the repository at this point in the history
Change-Id: I8dba6b0f3d6af3140dfa503c8d6b33e6808d004f
  • Loading branch information
egonelbre committed Jan 17, 2023
1 parent 079728f commit 90b7076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagenode/pieces/trashchore.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 90b7076

Please sign in to comment.