浏览代码

Update ApplicationHost.cs

Bond-009 5 年之前
父节点
当前提交
3ad34de808
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -667,7 +667,7 @@ namespace Emby.Server.Implementations
             {
             {
                 await host.StartAsync().ConfigureAwait(false);
                 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.");
                 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;
                 throw;