fixed typo

This commit is contained in:
Flaminel
2025-02-27 21:44:54 +02:00
parent a994bc4526
commit bc642d8f80
@@ -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);
}