mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-05 07:15:21 +01:00
Update HistoryService.cs
This commit is contained in:
parent
fe7141139b
commit
f4d4c01faa
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ public void Cleanup()
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue