Libtransport: Debug message for Conversation::sendParticipants

This commit is contained in:
Jan Kaluza 2016-02-17 17:52:16 +01:00
parent 0b069fe5cd
commit 2ca447264a

View file

@ -234,6 +234,7 @@ void Conversation::sendParticipants(const Swift::JID &to, const std::string &nic
// When user tries to join this room from another resource using
// different nickname than the original one has, we have to rename
// him.
LOG4CXX_INFO(logger, m_jid.toString() << ": Sending participants to " << to.toString() << ", Nickname:" << nickname << ", Conversation nickname:" << m_nickname);
if (m_nickname != nickname && !nickname.empty()) {
Swift::Presence::ref presence;
std::string tmp = m_nickname;