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:
parent
a3b4198270
commit
12431c3047
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user