Adium

Changeset 23378

Show
Ignore:
Timestamp:
05/09/2008 12:52:12 PM (7 months ago)
Author:
evands
Message:

Added some debug log warnings related to a problem David saw today most likely related to my preferred account / preferred contact logic changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/AIContactController.m

    r23332 r23378  
    16801680                                                                                                         UID:[inContact UID]]; 
    16811681                        } 
     1682                } else { 
     1683                        AILogWithSignature(@"Warning: There is no account available to send %@ to %@", inType, inContact); 
    16821684                } 
    16831685        } 
    16841686         
     1687        if (!returnContact) 
     1688                AILogWithSignature(@"Warning: (null) returnContact for sending %@ to %@", inType, inContact); 
     1689 
    16851690        return returnContact; 
    16861691}