Changeset 1030

Show
Ignore:
Timestamp:
10/24/07 14:33:01 (15 months ago)
Author:
stephen_booth
Message:

Less debug output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Audio/Properties/FLACPropertiesReader.m

    r1025 r1030  
    9898                                 
    9999                        case FLAC__METADATA_TYPE_CUESHEET: 
    100 #if DEBUG 
     100#if CUE_SHEET_DEBUG 
    101101                                NSLog(@"FLAC cue sheet"); 
    102102                                NSLog(@"  media_catalog_number : %s", block->data.cue_sheet.media_catalog_number); 
     
    113113                                // Iterate through each track in the cue sheet and process each one 
    114114                                for(i = 0; i < block->data.cue_sheet.num_tracks; ++i) { 
    115 #if DEBUG 
     115#if CUE_SHEET_DEBUG 
    116116                                        NSLog(@"  Track %i", i); 
    117117                                        NSLog(@"    offset             : %qi", block->data.cue_sheet.tracks[i].offset);