Changed message

pull/5342/head
BaronGreenback 3 years ago
parent 557a2ad715
commit fdd4b6b3f1

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

Loading…
Cancel
Save