Browse Source

Changed message

BaronGreenback 4 năm trước cách đây
mục cha
commit
fdd4b6b3f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jellyfin.Server/Program.cs

+ 1 - 1
Jellyfin.Server/Program.cs

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