mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Fixed: TrackedDownload Logging Statement
This commit is contained in:
parent
fd2399d589
commit
cbb2802383
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue