Update HistoryService.cs

This commit is contained in:
Qstick
2021-04-03 17:06:45 -04:00
committed by GitHub
parent fe7141139b
commit f4d4c01faa

View File

@@ -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);