Просмотр исходного кода

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

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback 4 лет назад
Родитель
Сommit
63c290f878
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Emby.Server.Implementations/Updates/InstallationManager.cs

+ 1 - 1
Emby.Server.Implementations/Updates/InstallationManager.cs

@@ -395,7 +395,7 @@ namespace Emby.Server.Implementations.Updates
 
 
             if (plugin.Instance?.CanUninstall == false)
             if (plugin.Instance?.CanUninstall == false)
             {
             {
-                _logger.LogWarning("Attempt to delete non removable plugin {0}, ignoring request", plugin.Name);
+                _logger.LogWarning("Attempt to delete non removable plugin {PluginName}, ignoring request", plugin.Name);
                 return;
                 return;
             }
             }