aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates/InstallationManager.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-02-11 18:54:10 +0100
committerClaus Vium <clausvium@gmail.com>2019-02-11 18:54:10 +0100
commit406fb045c26ca7fcf653024e2cbb8a487c3774bf (patch)
treee3ca49cbf27fad1f6e388ad8d07c2c0c85677a0d /Emby.Server.Implementations/Updates/InstallationManager.cs
parent32992b614346c90543425135603662e5fcffce46 (diff)
Change logging to match the action
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index adf609e20..301802b8a 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -566,7 +566,7 @@ namespace Emby.Server.Implementations.Updates
}
catch (IOException ex)
{
- _logger.LogError(ex, "Error attempting to move file from {TempFile} to {TargetFile}", tempFile, target);
+ _logger.LogError(ex, "Error attempting to extract {TempFile} to {TargetFile}", tempFile, target);
throw;
}