aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates
diff options
context:
space:
mode:
authorNeil Burrows <neil@pawprint.co.uk>2020-06-22 11:04:20 +0100
committerGitHub <noreply@github.com>2020-06-22 11:04:20 +0100
commita20fd341618499fe151e623e0c40e975ea708ad1 (patch)
treeda4c2f80d42b67e52dc3850c76e0b5a8883525cc /Emby.Server.Implementations/Updates
parentc20400fa40d88329b1187aed84ead66e8cae4dde (diff)
Update Emby.Server.Implementations/Updates/InstallationManager.cs
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Updates')
-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 0e912dfe9..fbbc97029 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -404,7 +404,7 @@ namespace Emby.Server.Implementations.Updates
{
if (!plugin.CanUninstall)
{
- _logger.LogInformation("Attempt to delete non removable plugin {0}", plugin.Name);
+ _logger.LogWarning("Attempt to delete non removable plugin {0}, ignoring request", plugin.Name);
return;
}