summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-11-12 15:57:39 +0000
committersr55 <[email protected]>2008-11-12 15:57:39 +0000
commitd99095dd075535212881be4a1d7544e9aca91b5b (patch)
tree34a8961821575de3493764de08099daf8aeb8909 /win/C#/frmQueue.cs
parent507d870e33c46a7186c647a6d53288123fc60c74 (diff)
WinGui:
- Adds the CLI query to the top of every log file generated after an encode finishes. Note: CLI query will only display in the activity window after the CLI has exited. This can be sorted later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1917 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 7b6d2d677..88acf24e9 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -147,6 +147,7 @@ namespace Handbrake
hbProc = cliObj.runCli(this, query);
hbProc.WaitForExit();
+ cliObj.addCLIQueryToLog(query);
cliObj.copyLog(query);
hbProc.Close();