diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-19 16:09:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-19 16:09:35 -0400 |
| commit | 64dc283753af2ce61864477bdcbeee12426a7a4b (patch) | |
| tree | 8a5d0ef8409b937b7bdc8130d2ecadf95ff638a7 /Emby.Drawing/ImageProcessor.cs | |
| parent | 47e03a0502581ad9ab765edf2bc10cea596771d6 (diff) | |
| parent | 467f44050198060a88538428bfb21f71ec08ad5b (diff) | |
Merge pull request #2893 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
| -rw-r--r-- | Emby.Drawing/ImageProcessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs index 0363aa8df..f5a05db05 100644 --- a/Emby.Drawing/ImageProcessor.cs +++ b/Emby.Drawing/ImageProcessor.cs @@ -810,7 +810,7 @@ namespace Emby.Drawing } catch (Exception ex) { - _logger.Error("Error enhancing image", ex); + _logger.ErrorException("Error enhancing image", ex); } return new Tuple<string, DateTime, bool>(originalImagePath, dateModified, inputImageSupportsTransparency); |
