Browse Source

MediaExtractor logging cleanup.

Andrew Mahone 5 years ago
parent
commit
c7d303a6ae
1 changed files with 1 additions and 3 deletions
  1. 1 3
      MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

+ 1 - 3
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

@@ -250,9 +250,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
             }
             }
             else
             else
             {
             {
-                var msg = $"ffmpeg attachment extraction completed for {inputPath} to {outputPath}";
-
-                _logger.LogInformation(msg);
+                _logger.LogInformation("ffmpeg attachment extraction completed for {Path} to {Path}", inputPath, outputPath);
             }
             }
         }
         }