aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-03-01 21:02:20 +0000
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2021-03-01 21:02:20 +0000
commitfdd4b6b3f146c4598fb1709f71dd11ffa623db28 (patch)
treebb3a1a51d8ca8dc1abaea1d409311420c5df7de4 /Jellyfin.Server/Program.cs
parent557a2ad7158b14ae97fa503a551ed17251b97ca0 (diff)
Changed message
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index f05cdfe9b..461ff163c 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -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;
}