Adium

Changeset 23132

Show
Ignore:
Timestamp:
04/14/2008 07:54:09 PM (7 months ago)
Author:
evands
Message:

Some password retriieval debugging. Refs #9492

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Adium Framework/Source/AIAbstractAccount.m

    r23111 r23132  
    423423 
    424424        //Retrieve the user's password and then call connect 
     425        AILogWithSignature(@"Retrieving %@'s password (promptOption %i)", self, promptOption); 
     426 
    425427        [[adium accountController] passwordForAccount:self  
    426428                                                                         promptOption:promptOption 
     
    702704- (void)serverReportedInvalidPassword 
    703705{ 
     706        AILogWithSignature(@"%@", self); 
     707 
    704708        [self setStatusObject:[NSNumber numberWithBool:YES] 
    705709                                   forKey:@"Prompt For Password On Next Connect"