Skip to content

Commit

Permalink
OKEGui/OKEGui/JobProcessor/Muxer/AutoMuxer.cs: raise mkvmerge output …
Browse files Browse the repository at this point in the history
…log level to Debug

This might shed light on the stuck during muxing issue.

Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Mar 18, 2023
1 parent 4ae2fe1 commit 3b3f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OKEGui/OKEGui/JobProcessor/Muxer/AutoMuxer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private void readStream(StreamReader sr)

while ((line = sr.ReadLine()) != null)
{
Logger.Trace(line);
Logger.Debug(line);

Match progressMatch;
double progress = -1;
Expand Down

0 comments on commit 3b3f81a

Please sign in to comment.