mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Update HistoryService.cs
This commit is contained in:
@@ -99,7 +99,7 @@ namespace NzbDrone.Core.History
|
||||
return;
|
||||
}
|
||||
|
||||
_logger.Info("Removing items older than {0} days from the history", cleanupDays);
|
||||
_logger.Info("Removing items older than {0} days from history", cleanupDays);
|
||||
|
||||
_historyRepository.Cleanup(cleanupDays);
|
||||
|
||||
|
Reference in New Issue
Block a user