Update Emby.Server.Implementations/Updates/InstallationManager.cs

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Neil Burrows
2020-06-22 11:04:20 +01:00
committed by GitHub
parent c20400fa40
commit a20fd34161

View File

@@ -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;
}