소스 검색

Improved error log as suggested by crobibero in the PR #8298 review

lomion0815 2 년 전
부모
커밋
a51cd4f8db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

+ 1 - 1
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

@@ -869,7 +869,7 @@ namespace MediaBrowser.MediaEncoding.Probing
             }
             else
             {
-                _logger.LogError("Codec Type unknown. The stream will be ignored. Warning: Subsequential streams will have a wrong stream specifier!");
+                _logger.LogError("Codec Type {CodecType} unknown. The stream (index: {Index}) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!", streamInfo.CodecType, streamInfo.Index);
                 return null;
             }