aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/LocalizationManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-03-06 17:31:52 +0100
committerGitHub <noreply@github.com>2019-03-06 17:31:52 +0100
commit04db0369d46c4b3961086b1d30946bd990a5767c (patch)
tree5d244d74dc80447904ba625618c650888da19c1f /Emby.Server.Implementations/Localization/LocalizationManager.cs
parent0419deeec41cb7021c22a65fc4b63153075fd969 (diff)
Update LocalizationManager.cs
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
-rw-r--r--Emby.Server.Implementations/Localization/LocalizationManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs
index d55b258a3..762649b71 100644
--- a/Emby.Server.Implementations/Localization/LocalizationManager.cs
+++ b/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;
}