More debug
This commit is contained in:
parent
c44d571351
commit
fcb7bd6acd
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ static void buddyListNewNode(PurpleBlistNode *node) {
|
|||
PurpleAccount *account = purple_buddy_get_account(buddy);
|
||||
|
||||
std::vector<std::string> groups = getGroups(buddy);
|
||||
LOG4CXX_INFO(logger, "Buddy updated " << np->m_accounts[account] << " " << purple_buddy_get_name(buddy) << " " << getAlias(buddy) << " group=" << groups[0]);
|
||||
LOG4CXX_INFO(logger, "Buddy updated " << np->m_accounts[account] << " " << purple_buddy_get_name(buddy) << " " << getAlias(buddy) << " group (" << groups.size() << ")=" << groups[0]);
|
||||
|
||||
// Status
|
||||
pbnetwork::StatusType status = pbnetwork::STATUS_NONE;
|
||||
|
|
Loading…
Add table
Reference in a new issue