mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: TrackedDownload Logging Statement
This commit is contained in:
@@ -136,7 +136,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
}
|
||||
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;
|
||||
|
Reference in New Issue
Block a user