diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-11 12:32:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-11 12:32:15 -0400 |
| commit | 5492e34c6d1db3c083dacef546da4a3895186ac2 (patch) | |
| tree | bb208e339ef82524faa16112655d3a511e47e153 /Emby.Drawing/ImageProcessor.cs | |
| parent | 42b4b03703efe6deac1bcc1622468534ad408650 (diff) | |
update indexedDb
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
| -rw-r--r-- | Emby.Drawing/ImageProcessor.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs index 59c2e95c7..2ba4f5aab 100644 --- a/Emby.Drawing/ImageProcessor.cs +++ b/Emby.Drawing/ImageProcessor.cs @@ -764,7 +764,11 @@ namespace Emby.Drawing try { + _logger.Debug("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); } finally { |
