Fixed: till => until DownloadClientProvider Logging

This commit is contained in:
Bakerboy448 2023-05-09 10:29:43 -05:00
parent b327feeaf6
commit b69c6cb456
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace NzbDrone.Core.Download
{
if (blockedClients.TryGetValue(client.Definition.Id, out var blockedClientStatus))
{
_logger.Debug("Temporarily ignoring client {0} till {1} due to recent failures.", client.Definition.Name, blockedClientStatus.DisabledTill.Value.ToLocalTime());
_logger.Debug("Temporarily ignoring client {0} until {1} due to recent failures.", client.Definition.Name, blockedClientStatus.DisabledTill.Value.ToLocalTime());
continue;
}