mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Ignore Priority monitor errors on mono
This commit is contained in:
parent
1ade005a73
commit
42101d302b
3 changed files with 11 additions and 3 deletions
|
@ -55,7 +55,7 @@ namespace NzbDrone.Core.Update
|
|||
_diskProvider.DeleteFolder(updateSandboxFolder, true);
|
||||
}
|
||||
|
||||
_logger.ProgressInfo("Downloading update {0} [{1}]", updatePackage.Version, updatePackage.Branch);
|
||||
_logger.ProgressInfo("Downloading update {0}", updatePackage.Version);
|
||||
_logger.Debug("Downloading update package from [{0}] to [{1}]", updatePackage.Url, packageDestination);
|
||||
_httpProvider.DownloadFile(updatePackage.Url, packageDestination);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue