Changed message

This commit is contained in:
BaronGreenback 2021-03-01 21:02:20 +00:00
parent 557a2ad715
commit fdd4b6b3f1
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ namespace Jellyfin.Server
}
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;
}