aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-10-04 18:53:26 +0200
committerGitHub <noreply@github.com>2019-10-04 18:53:26 +0200
commit3ad34de80864da766fb5a6e0186abdc9d44d7b4d (patch)
tree11cd1157cc948da7ca9fa4632bcc67994af196c4 /Emby.Server.Implementations/ApplicationHost.cs
parent4025b2c6a15d907c83bd2376ae2636b7c8bec53e (diff)
Update ApplicationHost.cs
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index d22f2be81..f36d465dd 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -667,7 +667,7 @@ namespace Emby.Server.Implementations
{
await host.StartAsync().ConfigureAwait(false);
}
- catch (Exception ex)
+ catch
{
Logger.LogError("Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in system.xml and try again.");
throw;