aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/PluginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/PluginService.cs')
-rw-r--r--MediaBrowser.Api/PluginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/PluginService.cs b/MediaBrowser.Api/PluginService.cs
index 1ee096a2e..33e6b2020 100644
--- a/MediaBrowser.Api/PluginService.cs
+++ b/MediaBrowser.Api/PluginService.cs
@@ -232,7 +232,7 @@ namespace MediaBrowser.Api
}
catch
{
- //Logger.ErrorException("Error getting plugin list", ex);
+ //Logger.LogError("Error getting plugin list", ex);
// Play it safe here
if (requireAppStoreEnabled)
{