Luke Pulverenti 10 anni fa
parent
commit
42b4b03703
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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