mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Blackhole clients cache nzb/torrent in memory before writing to the blackhole folder.
This commit is contained in:
@@ -135,7 +135,7 @@ namespace NzbDrone.Core.Download
|
||||
if (hash != actualHash)
|
||||
{
|
||||
_logger.Warn(
|
||||
"{0} did not return the expected InfoHash for '{1}', NzbDrone could potential lose track of the download in progress.",
|
||||
"{0} did not return the expected InfoHash for '{1}', NzbDrone could potentially lose track of the download in progress.",
|
||||
Definition.Implementation, remoteEpisode.Release.DownloadUrl);
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ namespace NzbDrone.Core.Download
|
||||
if (hash != actualHash)
|
||||
{
|
||||
_logger.Warn(
|
||||
"{0} did not return the expected InfoHash for '{1}', NzbDrone could potential lose track of the download in progress.",
|
||||
"{0} did not return the expected InfoHash for '{1}', NzbDrone could potentially lose track of the download in progress.",
|
||||
Definition.Implementation, remoteEpisode.Release.DownloadUrl);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user