mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
Fix appname
This commit is contained in:
parent
233002e7fc
commit
f0601d11b6
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace NzbDrone.Core.Update
|
|||
|
||||
if (_diskProvider.GetTotalSize(updateSandboxFolder) < 1.Gigabytes())
|
||||
{
|
||||
_logger.Warn("Temporary location '{0}' has less than 1 GB free space, Sonarr may not be able to update itself.", updateSandboxFolder);
|
||||
_logger.Warn("Temporary location '{0}' has less than 1 GB free space, Lidarr may not be able to update itself.", updateSandboxFolder);
|
||||
}
|
||||
|
||||
var packageDestination = Path.Combine(updateSandboxFolder, updatePackage.FileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue