summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs')
-rw-r--r--win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs b/win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs
index d49d4379a..162527164 100644
--- a/win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs
+++ b/win/C#/HandBrake.ApplicationServices/Services/QueueProcessor.cs
@@ -19,12 +19,6 @@ namespace HandBrake.ApplicationServices.Services
/// </summary>
public class QueueProcessor : IQueueProcessor
{
- /*
- * TODO
- * - Hookup the logging to write to disk
- *
- */
-
/// <summary>
/// Initializes a new instance of the <see cref="QueueProcessor"/> class.
/// </summary>
@@ -204,7 +198,7 @@ namespace HandBrake.ApplicationServices.Services
"Put down that cocktail...\nyour Handbrake encode is done.");
// Handling Log Data
- // TODO - Still need to re-write this using CopyLog()
+ this.EncodeService.ProcessLogs(this.QueueManager.LastProcessedJob.Destination);
// Move onto the next job.
this.ProcessNextJob();