mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update ApplicationHost.cs
This commit is contained in:
parent
4025b2c6a1
commit
3ad34de808
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue