Skip to content

Commit

Permalink
Fix log message for temporary files cleanup command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksold authored Feb 26, 2025
1 parent 020486b commit 15aa437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/Catalog/Media/Cleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$output->writeln(
sprintf(
'Removed %d temporary files older that %d hour(s).',
count($unusedFilePaths),
count($temporaryFilePaths),
$maxLifetimeInHours
)
);
Expand Down

0 comments on commit 15aa437

Please sign in to comment.