aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorMax Git <rotvel@gmail.com>2020-06-11 14:50:29 +0200
committerMax Git <rotvel@gmail.com>2020-06-11 14:50:29 +0200
commit620a1a106d6ecb824c1b52703013cd87413b0297 (patch)
tree64e6e5616fe045aa837a8b3c6c1c3d5c33035e7e /Emby.Drawing/ImageProcessor.cs
parent268e87bbf27a724edd9ea665619563729998aba9 (diff)
parent55610f83597e668854e6022cd9d3a60d14cb0623 (diff)
Merge branch 'master' into feature/ffmpeg-version-check
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 47778acac..07d80281d 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/Emby.Drawing/ImageProcessor.cs
@@ -300,7 +300,7 @@ namespace Emby.Drawing
}
string path = info.Path;
- _logger.LogInformation("Getting image size for item {ItemType} {Path}", item.GetType().Name, path);
+ _logger.LogDebug("Getting image size for item {ItemType} {Path}", item.GetType().Name, path);
ImageDimensions size = GetImageDimensions(path);
info.Width = size.Width;