aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-19 16:08:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-19 16:08:34 -0400
commit467f44050198060a88538428bfb21f71ec08ad5b (patch)
tree8a5d0ef8409b937b7bdc8130d2ecadf95ff638a7 /Emby.Drawing/ImageProcessor.cs
parent34b72751e018239b7c5a1a964b5a1bc245e8226b (diff)
3.2.30.26
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
-rw-r--r--Emby.Drawing/ImageProcessor.cs2
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);