Merge pull request #5342 from BaronGreenback/errorMessageCorrection

Corrected logging message
This commit is contained in:
Bond-009 2021-03-02 03:07:45 +01:00 committed by GitHub
commit 1f0bbe266c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ namespace Jellyfin.Server
} }
catch 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 network.xml and try again.");
throw; throw;
} }