aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-04 18:04:56 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-04 18:04:56 -0400
commit4ad96e4ff5756ddb235a061231469b30c1ff984d (patch)
tree40447c6381f51661d22d6ef07a3bc33ee05b95e8 /Emby.Drawing/ImageProcessor.cs
parent9124825c980f884ec2018f0e69639657d117b554 (diff)
update logging levels
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
-rw-r--r--Emby.Drawing/ImageProcessor.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs
index 4eecaaced..afec3d03b 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/Emby.Drawing/ImageProcessor.cs
@@ -774,11 +774,11 @@ namespace Emby.Drawing
try
{
- _logger.Debug("Creating image collage and saving to {0}", options.OutputPath);
+ _logger.Info("Creating image collage and saving to {0}", options.OutputPath);
_imageEncoder.CreateImageCollage(options);
- _logger.Debug("Completed creation of image collage and saved to {0}", options.OutputPath);
+ _logger.Info("Completed creation of image collage and saved to {0}", options.OutputPath);
}
finally
{