Show
Ignore:
Timestamp:
06/17/08 15:45:35 (6 months ago)
Author:
eugene
Message:

Don't print the meaningless numeric ppid into a log.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/contactlist/contactlist.cpp

    r6323 r6327  
    176176  if (user == NULL) 
    177177  { 
    178     gLog.Warn("%sContactList::userUpdated(): Invalid user received: %lu, %s\n", L_ERRORxSTR, sig->PPID(), sig->Id()); 
     178    gLog.Warn("%sContactList::userUpdated(): Invalid user received: %s (%s)\n", 
     179        L_ERRORxSTR, sig->Id(), PPIDSTRING(sig->PPID())); 
    179180    return; 
    180181  }