aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs')
-rw-r--r--Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs b/Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
index e5748989e..f6a74c4ec 100644
--- a/Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
+++ b/Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
@@ -163,7 +163,7 @@ namespace Emby.Server.Implementations.EntryPoints
}
catch (Exception)
{
- //Logger.ErrorException("Error sending message", ex);
+ //Logger.LogError("Error sending message", ex);
}
}
@@ -179,7 +179,7 @@ namespace Emby.Server.Implementations.EntryPoints
}
catch (Exception)
{
- //Logger.ErrorException("Error sending message", ex);
+ //Logger.LogError("Error sending message", ex);
}
}