Adium

Changeset 24975

Show
Ignore:
Timestamp:
08/26/2008 08:48:35 PM (4 months ago)
Author:
evands
Message:

Some further serverside name/alias debugging. Refs #10329

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/adium-1.3/Frameworks/Adium Framework/Source/AIListContact.m

    r24665 r24975  
    229229                                                  withOwner:[self account] 
    230230                                          priorityLevel:Low_Priority]; 
    231                  
     231                AILogWithSignature(@"Display name array is now %@", displayNameArray); 
    232232                //If this causes the object value to change, we need to request a manual update of the display name 
    233233                if (oldDisplayName != [displayNameArray objectValue]) { 
  • branches/adium-1.3/Source/AIAliasSupportPlugin.m

    r24329 r24975  
    207207 
    208208        //Apply the alias 
     209        AILogWithSignature(@"Adium alias %@ will be applied to %@", inAlias, inObject); 
    209210        [[inObject displayArrayForKey:@"Display Name" create:(inAlias != nil)] setObject:inAlias withOwner:self priorityLevel:High_Priority]; 
    210211