mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-28 15:25:50 -04:00
fixed log
This commit is contained in:
@@ -354,7 +354,7 @@ public class JobManagementService : IJobManagementService
|
||||
if (nextIndex >= Constants.MalwareBlockerWebhookRetryDelays.Count)
|
||||
{
|
||||
_logger.LogDebug(
|
||||
"MalwareBlocker webhook scan gave up for download {downloadId} on {type} instance {instanceId} after {attempts} attempts",
|
||||
$"{nameof(JobType.MalwareBlocker)} webhook scan gave up for download {target.DownloadId} on {target.Type} instance {target.InstanceId} after {target.RetryIndex} attempts",
|
||||
target.DownloadId, target.Type, target.InstanceId, Constants.MalwareBlockerWebhookRetryDelays.Count);
|
||||
return Task.FromResult(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user