- Timestamp:
- 05/08/11 16:23:33 (13 months ago)
- Files:
-
- 1 modified
-
trunk/SapphireFrappliance/main_debug.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/main_debug.m
r1329 r1347 355 355 while((show = [showEnum nextObject]) != nil) 356 356 { 357 NSS tring *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); 359 359 } 360 360 }
