mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
MediaExtractor logging cleanup.
This commit is contained in:
parent
262a8f47af
commit
c7d303a6ae
@ -250,9 +250,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
|
||||
}
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user