Browse Source

add logging

Luke Pulverenti 10 years ago
parent
commit
42b4b03703
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Emby.Drawing/GDI/GDIImageEncoder.cs

+ 2 - 0
Emby.Drawing/GDI/GDIImageEncoder.cs

@@ -21,6 +21,8 @@ namespace Emby.Drawing.GDI
         {
             _fileSystem = fileSystem;
             _logger = logger;
+
+            _logger.Info("GDI image processor initialized");
         }
 
         public string[] SupportedInputFormats