Преглед на файлове

Update ApplicationHost.cs

Bond-009 преди 6 години
родител
ревизия
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);
             }
-            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;