diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-03-02 03:07:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 03:07:45 +0100 |
| commit | 1f0bbe266c2af4dae09ee4ecb8fd7efaabd99176 (patch) | |
| tree | 666a446bb62b73c7900b1e8536e1eeee660541f6 /Jellyfin.Server/Program.cs | |
| parent | 0b1b99c2ca5cb897963f25ead3172427dc93b838 (diff) | |
| parent | fdd4b6b3f146c4598fb1709f71dd11ffa623db28 (diff) | |
Merge pull request #5342 from BaronGreenback/errorMessageCorrection
Corrected logging message
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 81199c775..edbb84357 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; } |
