Changeset 1347

Show
Ignore:
Timestamp:
05/08/11 16:23:33 (13 months ago)
Author:
gbooker
Message:

Updated debug for new auto-sort method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/main_debug.m

    r1329 r1347  
    355355                while((show = [showEnum nextObject]) != nil) 
    356356                { 
    357                         NSString *autoPath = [show calculateAutoSortPath]; 
    358                         NSLog(@"Sort path for %@ is %@", [show name], autoPath); 
     357                        NSSet *autoPaths = [show calculateAutoSortPaths]; 
     358                        NSLog(@"Sort path for %@ is %@", [show name], autoPaths); 
    359359                } 
    360360        }