aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Updates/InstallationManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Updates/InstallationManager.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
index bdbf3896f..271d3d877 100644
--- a/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
+++ b/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
@@ -375,8 +375,10 @@ namespace MediaBrowser.Server.Implementations.Updates
throw;
}
- catch
+ catch (Exception ex)
{
+ _logger.ErrorException("Package installation failed", ex);
+
lock (CurrentInstallations)
{
CurrentInstallations.Remove(tuple);