1
0
forked from 0ad/0ad

Fix typo in 39fcd1d031 reported by Imarok.

This was SVN commit r19941.
This commit is contained in:
elexis 2017-07-31 16:33:14 +00:00
parent cdf6109713
commit 9641d0cdb0

View File

@ -794,7 +794,7 @@ void XmppClient::handleMUCParticipantPresence(glooxwrapper::MUCRoom*, const gloo
}
else
{
DbgXMPP(nick << " left the room (flags " << flags << participant.flags << ")");
DbgXMPP(nick << " left the room (flags " << participant.flags << ")");
CreateGUIMessage("chat", "leave", nick);
}