From 3ad34de80864da766fb5a6e0186abdc9d44d7b4d Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 4 Oct 2019 18:53:26 +0200 Subject: [PATCH] Update ApplicationHost.cs --- Emby.Server.Implementations/ApplicationHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index d22f2be817..f36d465dd1 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;