diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-20 13:39:58 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-30 22:44:39 +0100 |
| commit | 79d18cf5a5fde7594eb17247f920a54d8978a81c (patch) | |
| tree | 59343a16d7df98f59e305e63fa2f585d443a7ddd /Emby.Server.Implementations/Dto/DtoService.cs | |
| parent | ea4c914123ba8279b9d9fcf7d5318e11f7a3da4c (diff) | |
Clean up some catch statements
Diffstat (limited to 'Emby.Server.Implementations/Dto/DtoService.cs')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index e8d06ec00..7871d3fb3 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -619,7 +619,7 @@ namespace Emby.Server.Implementations.Dto } catch (Exception ex) { - _logger.LogError(ex, "Error getting person {0}", c); + _logger.LogError(ex, "Error getting person {Name}", c); return null; } |
