Quick debug change
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 7 Apr 2003 23:33:27 +0000 (23:33 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 7 Apr 2003 23:33:27 +0000 (23:33 +0000)
iTunesRemote.m

index 412b5e5..0f5cf69 100755 (executable)
 - (BOOL)equalizerEnabled
 {
     int thingy = [[ITAppleEventCenter sharedCenter] sendAEWithSendStringForNumber:@"'----':obj { form:type('prop'), want:type('prop'), seld:type('pEQ '), from:() }" eventClass:@"core" eventID:@"getd" appPSN:iTunesPSN];
-    NSLog(@"%i", thingy);
+    NSLog(@"Debug equalizerEnabled: %i", thingy);
     return thingy;    
 }