Преглед изворни кода

Merge pull request #5342 from BaronGreenback/errorMessageCorrection

Corrected logging message
Bond-009 пре 4 година
родитељ
комит
1f0bbe266c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jellyfin.Server/Program.cs

+ 1 - 1
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;
                 }