Added a small debug log to the iPod method
authorKent Sutherland <ksuther@ithinksw.com>
Sun, 29 Feb 2004 15:52:49 +0000 (15:52 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sun, 29 Feb 2004 15:52:49 +0000 (15:52 +0000)
MenuController.m

index 6dacb49..f666bdf 100755 (executable)
     NSArray *volumes = [[NSWorkspace sharedWorkspace] mountedLocalVolumePaths];
     NSEnumerator *volEnum = [volumes objectEnumerator];
     NSString *nextVolume;
-    
+    ITDebugLog(@"Looking for an iPod named %@", name);
     while ( (nextVolume = [volEnum nextObject]) ) {
         if ([nextVolume rangeOfString:name options:nil range:NSMakeRange(0, [name length] - 1)].location != NSNotFound) {
             NSFileHandle *handle;