mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed install update progress message
This commit is contained in:
@@ -60,7 +60,7 @@ namespace NzbDrone.Core.Update
|
|||||||
_diskProvider.DeleteFolder(updateSandboxFolder, true);
|
_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);
|
_logger.Debug("Downloading update package from [{0}] to [{1}]", updatePackage.Url, packageDestination);
|
||||||
_httpProvider.DownloadFile(updatePackage.Url, packageDestination);
|
_httpProvider.DownloadFile(updatePackage.Url, packageDestination);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user