diff --git a/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs b/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs index faa7970..18fbcb7 100644 --- a/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs +++ b/code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs @@ -92,7 +92,7 @@ public sealed class DownloadCleaner : GenericHandler // release unused objects downloads = null; - _logger.LogTrace("looking for downloads clean"); + _logger.LogTrace("looking for downloads to clean"); await _downloadService.CleanDownloadsAsync(downloadsToClean, _config.Categories, _excludedHashes); }