Luke Pulverenti hace 10 años
padre
commit
42b4b03703
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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