More logging.

This commit is contained in:
martinrotter 2017-05-19 07:36:57 +02:00
parent cccd6ebee2
commit 7296911737

View File

@ -322,6 +322,8 @@ QStringList ServiceRoot::customIDSOfMessagesForItem(RootItem *item) {
break;
}
qDebug() << "Custom IDs of messages for some operation are:" << list;
return list;
}
}