Skip to content

Commit 3b3f81a

Browse files
committed
OKEGui/OKEGui/JobProcessor/Muxer/AutoMuxer.cs: raise mkvmerge output log level to Debug
This might shed light on the stuck during muxing issue. Signed-off-by: akarin <[email protected]>
1 parent 4ae2fe1 commit 3b3f81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OKEGui/OKEGui/JobProcessor/Muxer/AutoMuxer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private void readStream(StreamReader sr)
256256

257257
while ((line = sr.ReadLine()) != null)
258258
{
259-
Logger.Trace(line);
259+
Logger.Debug(line);
260260

261261
Match progressMatch;
262262
double progress = -1;

0 commit comments

Comments
 (0)