|
@@ -404,7 +404,7 @@ namespace Emby.Server.Implementations.Updates
|
|
{
|
|
{
|
|
if (!plugin.CanUninstall)
|
|
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;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|