diff --git a/src/NzbDrone.Core/History/HistoryService.cs b/src/NzbDrone.Core/History/HistoryService.cs index b93475b71..9a65c79f6 100644 --- a/src/NzbDrone.Core/History/HistoryService.cs +++ b/src/NzbDrone.Core/History/HistoryService.cs @@ -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);