MediaExtractor logging cleanup.

This commit is contained in:
Andrew Mahone 2019-11-04 11:39:40 -05:00
parent 262a8f47af
commit c7d303a6ae

View file

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