Skip to content

Commit

Permalink
Changed log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan committed Aug 26, 2024
1 parent 0569f61 commit 9d011aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/transcoder/transcoder_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ bool TranscoderStream::Update(const std::shared_ptr<info::Stream> &stream)
{
if(GetState() != State::STARTED)
{
logte("%s stream is not started", _log_prefix.CStr());
logtd("%s stream is not started", _log_prefix.CStr());
return false;
}

Expand Down

0 comments on commit 9d011aa

Please sign in to comment.