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

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
pull/3411/head
Neil Burrows 4 years ago committed by GitHub
parent c20400fa40
commit a20fd34161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save