浏览代码

Update LocalizationManager.cs

Bond-009 6 年之前
父节点
当前提交
04db0369d4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Emby.Server.Implementations/Localization/LocalizationManager.cs

+ 1 - 2
Emby.Server.Implementations/Localization/LocalizationManager.cs

@@ -93,12 +93,11 @@ namespace Emby.Server.Implementations.Localization
 #if DEBUG
                         else
                         {
-                            _logger.LogWarning("Misformed line in ratings file for country {CountryCode}", countryCode);
+                            _logger.LogWarning("Malformed line in ratings file for country {CountryCode}", countryCode);
                         }
 #endif
                     }
                 }
-                _logger.LogWarning("{t}", countryCode);
 
                 _allParentalRatings[countryCode] = dict;
             }