Update LocalizationManager.cs

This commit is contained in:
Bond-009 2019-03-06 17:31:52 +01:00 committed by GitHub
parent 0419deeec4
commit 04db0369d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }