summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-10-30 21:15:28 +0000
committersr55 <[email protected]>2008-10-30 21:15:28 +0000
commitdb7164860c6d50c56a0a14689ee6251011a6a994 (patch)
tree7f772927154288a5128a3eac1453c7763399e23c /win/C#/frmQueue.cs
parent9834623a06e533d557ec8919e4238e207886f9a7 (diff)
WinGui:
- Activity logs for individual encodes can now be saved either: + With the encoded file + or to a a directory which is configured from options. Log file format: "YYYY-MM-DD HH-MM-SS {Destination File Name}.txt" Feature is disabled by default git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1883 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 2ba5b2b2c..7b6d2d677 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -147,10 +147,11 @@ namespace Handbrake
hbProc = cliObj.runCli(this, query);
hbProc.WaitForExit();
+ cliObj.copyLog(query);
+
hbProc.Close();
hbProc.Dispose();
hbProc = null;
-
query = "";
if (cancel == true)