diff options
author | dynaflash <[email protected]> | 2008-10-30 22:32:18 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-10-30 22:32:18 +0000 |
commit | 8c79730a0cb1feeec9e2abf8bb6fc1168e043484 (patch) | |
tree | 8ede27c05ce6f123f975729ea458db25932137ae /macosx | |
parent | db7164860c6d50c56a0a14689ee6251011a6a994 (diff) |
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
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; |