aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-06-08 13:41:54 +0200
committerGitHub <noreply@github.com>2020-06-08 13:41:54 +0200
commit616d24f91ceeb2fa3caf95b20cf3a73e5c9d1214 (patch)
treeb337d185868adceefcdcfc29279811d6645554df /Emby.Drawing/ImageProcessor.cs
parent99c9d99db76f1f3ffa4c7c3353911bf9c51ec061 (diff)
parent18e06e53b4eefc9f70f5a2f1844ca7f49e9101fe (diff)
Merge pull request #3270 from KristupasSavickas/reduce-blurhash-logspam
reduce log spam when generating blurhashes
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;