Skip to content

Commit 966d949

Browse files
author
Clement Champetier
committed
Transcoder: updated log when a stream transcoder failed to process
1 parent b013d4c commit 966d949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/transcoder/Transcoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ bool Transcoder::processFrame()
112112
// if a stream failed to process
113113
if(!_streamTranscoders.at(streamIndex)->processFrame())
114114
{
115-
LOG_WARN("Failed to process stream at index " << streamIndex)
115+
LOG_WARN("Failed to process the stream transcoder at index " << streamIndex)
116116

117117
// if this is the end of the main stream
118118
if(streamIndex == _mainStreamIndex) {

0 commit comments

Comments
 (0)