Update ApplicationHost.cs

This commit is contained in:
Bond-009 2019-10-04 18:53:26 +02:00 committed by GitHub
parent 4025b2c6a1
commit 3ad34de808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;