diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-11-09 13:14:31 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-11-09 13:14:31 +0100 |
| commit | 5726535a262ce5f671bb0b74dd00c485d17633f0 (patch) | |
| tree | ba5d5631e2ec3363ababb6967ea1b8f2a859213b /Emby.Server.Implementations/Library/Validators/PeopleValidator.cs | |
| parent | 6f85e3047591e716d732a648466c700769404f7c (diff) | |
Fix some warnings
609 left
Diffstat (limited to 'Emby.Server.Implementations/Library/Validators/PeopleValidator.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/Validators/PeopleValidator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/Validators/PeopleValidator.cs b/Emby.Server.Implementations/Library/Validators/PeopleValidator.cs index 8739a9e1b..8a9a4b865 100644 --- a/Emby.Server.Implementations/Library/Validators/PeopleValidator.cs +++ b/Emby.Server.Implementations/Library/Validators/PeopleValidator.cs @@ -78,7 +78,7 @@ namespace Emby.Server.Implementations.Library.Validators } catch (Exception ex) { - _logger.LogError(ex, "Error validating IBN entry {person}", person); + _logger.LogError(ex, "Error validating IBN entry {Person}", person); } // Update progress |
