1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-02-22 12:51:52 +02:00

Fixed install update progress message

This commit is contained in:
Mark McDowall 2013-09-18 22:33:37 -07:00
parent f716a6d9fd
commit 4a3410f85a

View File

@ -60,7 +60,7 @@ namespace NzbDrone.Core.Update
_diskProvider.DeleteFolder(updateSandboxFolder, true);
}
_logger.ProgressInfo("Downloading Updated {0} [{1}]", updatePackage.Version, updatePackage.Branch);
_logger.ProgressInfo("Downloading update {0} [{1}]", updatePackage.Version, updatePackage.Branch);
_logger.Debug("Downloading update package from [{0}] to [{1}]", updatePackage.Url, packageDestination);
_httpProvider.DownloadFile(updatePackage.Url, packageDestination);