Skip to content

Commit

Permalink
Fix Log: Video Output Path incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Aug 23, 2022
1 parent 07bbb01 commit 8640294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotEnoughAV1Encodes/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ private async Task MainStartAsync(CancellationToken _cancelToken)
Global.Logger("==========================================================", queueElement.Output + ".log");
Global.Logger("INFO - Started Async Task - UID: " + queueElement.UniqueIdentifier, queueElement.Output + ".log");
Global.Logger("INFO - Input: " + queueElement.Input, queueElement.Output + ".log");
Global.Logger("INFO - Output: " + queueElement.Input, queueElement.Output + ".log");
Global.Logger("INFO - Output: " + queueElement.Output, queueElement.Output + ".log");
Global.Logger("INFO - Temp Folder: " + Path.Combine(Global.Temp, "NEAV1E", queueElement.UniqueIdentifier), queueElement.Output + ".log");
Global.Logger("==========================================================", queueElement.Output + ".log");
Expand Down

0 comments on commit 8640294

Please sign in to comment.