aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-06-11 18:23:12 -0400
committerPatrick Barron <barronpm@gmail.com>2020-06-11 18:23:12 -0400
commit7a115024aabd184cc09854676a2909286858aa52 (patch)
tree043d9ab26cc0c641fc04efa1c133d671a622cb28 /Emby.Drawing
parent7fba0b778ed7d1d8f8c5ff4e60945872319722c5 (diff)
parent762e0c8d1759f7e3ced6b9c14df894d4a3d92b62 (diff)
Merge branch 'master' into userdb-efcore
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
Diffstat (limited to 'Emby.Drawing')
-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 4e62649db8..df1327a7c7 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/Emby.Drawing/ImageProcessor.cs
@@ -302,7 +302,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;