mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Replaced a couple more NzbDrone with Sonarr. Left a couple that implied process name.
This commit is contained in:
@@ -142,7 +142,7 @@ namespace NzbDrone.Core.Download
|
||||
if (hash != actualHash)
|
||||
{
|
||||
_logger.Warn(
|
||||
"{0} did not return the expected InfoHash for '{1}', NzbDrone could potentially lose track of the download in progress.",
|
||||
"{0} did not return the expected InfoHash for '{1}', Sonarr could potentially lose track of the download in progress.",
|
||||
Definition.Implementation, remoteEpisode.Release.DownloadUrl);
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@ namespace NzbDrone.Core.Download
|
||||
if (hash != actualHash)
|
||||
{
|
||||
_logger.Warn(
|
||||
"{0} did not return the expected InfoHash for '{1}', NzbDrone could potentially lose track of the download in progress.",
|
||||
"{0} did not return the expected InfoHash for '{1}', Sonarr could potentially lose track of the download in progress.",
|
||||
Definition.Implementation, remoteEpisode.Release.DownloadUrl);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user