Replaced a couple more NzbDrone with Sonarr. Left a couple that implied process name.

This commit is contained in:
Taloth Saldono
2015-03-21 12:05:06 +01:00
parent a4deea2333
commit 971e159fa4
12 changed files with 23 additions and 23 deletions

View File

@@ -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);
}