From 8c79730a0cb1feeec9e2abf8bb6fc1168e043484 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 30 Oct 2008 22:32:18 +0000 Subject: [PATCH] MacGui: Add the preset used log message back in - I think I borked it with the new queue processing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1884 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 5901249e2..6fd9068cf 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -2442,7 +2442,7 @@ fWorkingCount = 0; } NSMutableDictionary * queueToApply = [QueueFileArray objectAtIndex:currentQueueEncodeIndex]; - //[self writeToActivityLog: "processNewQueueEncode currentQueueEncodeIndex is: %d", currentQueueEncodeIndex]; + [self writeToActivityLog: "Preset: %s", [[queueToApply objectForKey:@"PresetName"] UTF8String]]; [self writeToActivityLog: "processNewQueueEncode number of passes expected is: %d", ([[queueToApply objectForKey:@"VideoTwoPass"] intValue] + 1)]; job->file = [[queueToApply objectForKey:@"DestinationPath"] UTF8String]; //[self writeToActivityLog: "processNewQueueEncode sending to prepareJob"]; -- 2.40.0