mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 09:05:28 +01: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