More debug

This commit is contained in:
HanzZ 2012-04-11 16:26:35 +02:00
parent c44d571351
commit fcb7bd6acd

View file

@ -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;