Added an Audioscrobbler password log to test problems.
authorKent Sutherland <ksuther@ithinksw.com>
Mon, 26 Dec 2005 04:08:55 +0000 (04:08 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Mon, 26 Dec 2005 04:08:55 +0000 (04:08 +0000)
PreferencesController.m

index 230bf05..f7598cb 100755 (executable)
@@ -208,6 +208,7 @@ static PreferencesController *prefs = nil;
                }
                CFRelease(item);
        }
+       NSLog(@"Audioscrobbler: Retrieved password: %@", pass);
        return pass;
 }