Browse Source

Update LocalizationManager.cs

Bond-009 6 năm trước cách đây
mục cha
commit
04db0369d4

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

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