From f4d4c01faa4bce9ce0b151bb0eeff167ecae87d6 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 3 Apr 2021 17:06:45 -0400 Subject: [PATCH] Update HistoryService.cs --- src/NzbDrone.Core/History/HistoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);