mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 22:07:21 +00:00
Fixed install update progress message
This commit is contained in:
parent
f716a6d9fd
commit
4a3410f85a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ private void InstallUpdate(UpdatePackage updatePackage)
|
|||
_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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue