]> granicus.if.org Git - handbrake/commitdiff
MacGui: Add the preset used log message back in
authordynaflash <dynaflashtech@gmail.com>
Thu, 30 Oct 2008 22:32:18 +0000 (22:32 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Thu, 30 Oct 2008 22:32:18 +0000 (22:32 +0000)
- 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

index 5901249e2d80b5fbfc6df100d4b6cac9baeef1aa..6fd9068cf8c8e8e8c4dc363f472754d7ca1fde9d 100644 (file)
@@ -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"];