mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: TrackedDownload Logging Statement
This commit is contained in:
parent
fd2399d589
commit
cbb2802383
@ -136,7 +136,7 @@ private List<TrackedDownload> ProcessClientItems(IDownloadClient downloadClient,
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, $"Couldn't process tracked download {downloadItem.Title}");
|
||||
_logger.Error(e, "Couldn't process tracked download {0}", downloadItem.Title);
|
||||
}
|
||||
|
||||
return trackedDownloads;
|
||||
|
Loading…
Reference in New Issue
Block a user