diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-23 10:26:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 10:26:20 +0000 |
| commit | 63c290f87893d234e8a1db3ce2260feaab5e2304 (patch) | |
| tree | 7c151f832574572497834c6607934f6c68d3c80a /Emby.Server.Implementations/Updates | |
| parent | 4ba4eefeeb145d03c1599c12a1ef61b4f87f67fb (diff) | |
Update Emby.Server.Implementations/Updates/InstallationManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Updates')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index 4c2424c15..76d3481b4 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -395,7 +395,7 @@ namespace Emby.Server.Implementations.Updates 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; } |
