1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Better debug output for groupchat not found

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-13 19:43:32 +01:00
parent a3b4198270
commit 12431c3047
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -923,7 +923,7 @@ void Widget::onGroupNamelistChanged(int groupnumber, int peernumber, uint8_t Cha
Group* g = GroupList::findGroup(groupnumber);
if (!g)
{
qDebug() << "Widget::onGroupNamelistChanged: Group not found, creating it";
qDebug() << "Widget::onGroupNamelistChanged: Group "<<groupnumber<<" not found, creating it";
g = createGroup(groupnumber);
}