This commit is contained in:
Jan Kaluza 2016-02-18 17:05:54 +01:00
parent 3230128e95
commit 84f688128c

View file

@ -721,7 +721,7 @@ class SpectrumNetworkPlugin : public NetworkPlugin {
disp = purple_account_get_username(account);
}
LOG4CXX_INFO(logger, user << ": Display name is " << dip << ", nickname is " << nickname);
LOG4CXX_INFO(logger, user << ": Display name is " << disp << ", nickname is " << nickname);
if (nickname != disp) {
handleRoomNicknameChanged(np->m_accounts[account], room, disp);
np->handleParticipantChanged(np->m_accounts[account], nickname, room, 0, pbnetwork::STATUS_ONLINE, "", disp);